COLOR #C499AC

HEX: #C499AC RGB: (196,153,172)

Color info

#C499AC contains red, green and blue colors in about the same proportion. Web safe color of #C499AC is #CC9999 (or #C99).

RGB color model

#C499AC color RGB value is (196,153,172).

RGB: (196,153,172) (77%, 60%, 67%)

RGB channels and saturation

R 196 of 255 = 77%
G 153 of 255 = 60%
B 172 of 255 = 67%

196
153
172

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

Portions of RGB colors in percentages

R + G + B = 196 + 153 + 172 = 521 (100%)
R 196 of 521 ~ 37.62%
G 153 of 521 ~ 29.37%
B 172 of 521 ~ 33.01'%

%37.62
%29.37
%33.01

CMYK color model

#C499AC color CMYK value is (0,22,12,23).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 12.24%
  • key color value is 23.14%
CMYK: (0,22,12,23) C0M22Y12K23 (0%,22%,12%,23%) (0.00/0.22/0.12/0.23) 

CMYK percentages

%0
%21.94
%12.24
%23.14

Codes

Color #C499AC in popluar color models

C4 99 AC
RGB 196 153 172
HSL 333° 26.71% 68.43%
HSB/HSV 333° 21.94% 76.86%
CMYK 0.00% 21.94% 12.24%
23.14%

Color #C499AC in popluar number systems.

HEX C4 99 AC
Decimal 196 153 172
Binary 11000100 10011001 10101100
Octal 304 231 254

Shades and tints

Shades of #C499AC

#C499AC
(196,153,172)
#B38C9D
(179,140,157)
#A27F8E
(162,127,142)
#91727F
(145,114,127)
#806570
(128,101,112)
#6F5861
(111,88,97)
#5E4B52
(94,75,82)
#4D3E43
(77,62,67)
#3C3134
(60,49,52)
#2B2425
(43,36,37)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #C499AC

#C499AC
(196,153,172)
#C9A2B3
(201,162,179)
#CEABBA
(206,171,186)
#D3B4C1
(211,180,193)
#D8BDC8
(216,189,200)
#DDC6CF
(221,198,207)
#E2CFD6
(226,207,214)
#E7D8DD
(231,216,221)
#ECE1E4
(236,225,228)
#F1EAEB
(241,234,235)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C499AC color. Also use rgb(196,153,172) instead hex code.

Text Font Color

.myTextColor { color: #C499AC; }

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

This text font color is #C499AC.

Background Color

.myBgColor { background-color: #C499AC; }

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

This div background color is #C499AC.

Border color

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

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

This div border color is #C499AC.

Opacity

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

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

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

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

This text has shadow with #C499AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C499AC.

Preview

Color preview on black background

This text has color #C499AC on black background.


Color preview on white background

This text has color #C499AC on white background.


Black color preview on #C499AC background

This text has black color on #C499AC background.


White color preview on #C499AC background

This text has white color on #C499AC background.


Related colors

Complementary color

Complementary color for #hex is #3B6653.


I love getcolorcode.com

Triadic colors

1 #ACC499 and #99ACC4 with #C499AC are triadic colors.

2 #AC99C4 and #99C4AC with #C499AC are triadic colors.