COLOR #C496AE

HEX: #C496AE
RGB: (196,150,174)

Renk bilgisi

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

RGB renk modeli

#C496AE color RGB value is (196,150,174).

  • kırmız ton 196;
  • yeşil ton 150;
  • mavi ton 174.
RGB:
(196,150,174)
(77%,59%,68%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 150 of 255 = 59%
B 174 of 255 = 68%

196
150
174

R + G + B ~ 68%. #C496AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 150 + 174 = 520 (100%)
R 196 of 520 ~ 37.69%
G 150 of 520 ~ 28.85%
B 174 of 520 ~ 33.46%

%37.69
%28.85
%33.46

CMYK RENK MODELİ

#C496AE rengi CMYK tonu (0,23,11,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.47%
  • sarı tonu 11.22%
  • ana renk tonu 23.14%
CMYK:
(0,23,11,23)
C0M23Y11K23 
(0%,23%,11%,23%)
(0.00/0.23/0.11/0.23)	

CMYK yüzdeleri

%0
%23.47
%11.22
%23.14

Codes

Color #C496AE in popluar color models

C496AE
RGB196150174
HSL329°28.05%67.84%
HSB/HSV329°23.47%76.86%
CMYK0.00%23.47%11.22%
23.14%

Color #C496AE in popluar number systems.

HEXC496AE
Decimal196150174
Binary110001001001011010101110
Octal304226256

Shades and tints

Shades of #C496AE

#C496AE
(196,150,174)
#B3899F
(179,137,159)
#A27C90
(162,124,144)
#916F81
(145,111,129)
#806272
(128,98,114)
#6F5563
(111,85,99)
#5E4854
(94,72,84)
#4D3B45
(77,59,69)
#3C2E36
(60,46,54)
#2B2127
(43,33,39)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C496AE

#C496AE
(196,150,174)
#C99FB5
(201,159,181)
#CEA8BC
(206,168,188)
#D3B1C3
(211,177,195)
#D8BACA
(216,186,202)
#DDC3D1
(221,195,209)
#E2CCD8
(226,204,216)
#E7D5DF
(231,213,223)
#ECDEE6
(236,222,230)
#F1E7ED
(241,231,237)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C496AE color. Also use rgb(196,150,174) instead hex code.

Text Font Color

.myTextColor { color: #C496AE; }

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

This text font color is #C496AE.


Background Color

.myBgColor { background-color: #C496AE; }

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

This div background color is #C496AE.


Border color

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

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

This div border color is #C496AE.


Opacity

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

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

Text with #C496AE 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 #C496AE;}

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

This text has shadow with #C496AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C496AE on black background.


Color preview on white background

This text has color #C496AE on white background.



Black color preview on #C496AE background

This text has black color on #C496AE background.


White color preview on #C496AE background

This text has white color on #C496AE background.