COLOR #C495A8

HEX: #C495A8
RGB: (196,149,168)

Renk bilgisi

#C495A8 contains red, green and blue colors in about the same proportion. #C495A8 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C495A8 color RGB value is (196,149,168).

  • kırmız ton 196;
  • yeşil ton 149;
  • mavi ton 168.
RGB:
(196,149,168)
(77%,58%,66%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 149 of 255 = 58%
B 168 of 255 = 66%

196
149
168

R + G + B ~ 67%. #C495A8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 149 + 168 = 513 (100%)
R 196 of 513 ~ 38.21%
G 149 of 513 ~ 29.04%
B 168 of 513 ~ 32.75%

%38.21
%29.04
%32.75

CMYK RENK MODELİ

#C495A8 rengi CMYK tonu (0,24,14,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.98%
  • sarı tonu 14.29%
  • ana renk tonu 23.14%
CMYK:
(0,24,14,23)
C0M24Y14K23 
(0%,24%,14%,23%)
(0.00/0.24/0.14/0.23)	

CMYK yüzdeleri

%0
%23.98
%14.29
%23.14

Codes

Color #C495A8 in popluar color models

C495A8
RGB196149168
HSL336°28.48%67.65%
HSB/HSV336°23.98%76.86%
CMYK0.00%23.98%14.29%
23.14%

Color #C495A8 in popluar number systems.

HEXC495A8
Decimal196149168
Binary110001001001010110101000
Octal304225250

Shades and tints

Shades of #C495A8

#C495A8
(196,149,168)
#B38899
(179,136,153)
#A27B8A
(162,123,138)
#916E7B
(145,110,123)
#80616C
(128,97,108)
#6F545D
(111,84,93)
#5E474E
(94,71,78)
#4D3A3F
(77,58,63)
#3C2D30
(60,45,48)
#2B2021
(43,32,33)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #C495A8

#C495A8
(196,149,168)
#C99EAF
(201,158,175)
#CEA7B6
(206,167,182)
#D3B0BD
(211,176,189)
#D8B9C4
(216,185,196)
#DDC2CB
(221,194,203)
#E2CBD2
(226,203,210)
#E7D4D9
(231,212,217)
#ECDDE0
(236,221,224)
#F1E6E7
(241,230,231)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C495A8 color. Also use rgb(196,149,168) instead hex code.

Text Font Color

.myTextColor { color: #C495A8; }

<p style="color:#C495A8">This sample text font color is #C495A8.</p>

This text font color is #C495A8.


Background Color

.myBgColor { background-color: #C495A8; }

<div style="background-color:#C495A8">Inner text</div>

This div background color is #C495A8.


Border color

.myBorderColor { border: 1px solid #C495A8; }

<div style="border:3px solid #C495A8">Div</div>

This div border color is #C495A8.


Opacity

.myOpacity80 { color: #C495A8; opacity: 0.8; }

<p style="color:#C495A8;opacity:0.8;">80%</p>

Text with #C495A8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C495A8;}

<p style="text-shadow: 3px 3px 1px #C495A8">Text here.</p>

This text has shadow with #C495A8 color.

.textShadow {text-shadow: 3px 3px 1px #C495A8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C495A8, 5px 5px 20px red">Text here.</p>

This text has shadow with #C495A8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C495A8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C495A8, Direction=45, Strength=4)">Text</p>

This text has shadow with #C495A8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C495A8;
  -webkit-box-shadow:	1px 1px 3px 2px #C495A8;
  box-shadow:		1px 1px 3px 2px #C495A8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C495A8;
-webkit-box-shadow: 1px 1px 3px 2px #C495A8;
box-shadow:1px 1px 3px 2px #C495A8;">
Div content here</div>
This div box has shadow with color #C495A8.

Preview

Color preview on black background

This text has color #C495A8 on black background.


Color preview on white background

This text has color #C495A8 on white background.



Black color preview on #C495A8 background

This text has black color on #C495A8 background.


White color preview on #C495A8 background

This text has white color on #C495A8 background.