COLOR #C499A8

HEX: #C499A8 RGB: (196,153,168)

Color info

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

RGB color model

#C499A8 color RGB value is (196,153,168).

RGB: (196,153,168) (77%, 60%, 66%)

RGB channels and saturation

R 196 of 255 = 77%
G 153 of 255 = 60%
B 168 of 255 = 66%

196
153
168

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

Portions of RGB colors in percentages

R + G + B = 196 + 153 + 168 = 517 (100%)
R 196 of 517 ~ 37.91%
G 153 of 517 ~ 29.59%
B 168 of 517 ~ 32.5'%

%37.91
%29.59
%32.5

CMYK color model

#C499A8 color CMYK value is (0,22,14,23).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 14.29%
  • key color value is 23.14%

CMYK: (0,22,14,23)
C0M22Y14K23 (0%, 22%, 14%, 23%)
(0.00 / 0.22 / 0.14 / 0.23)

CMYK percentages

%0
%21.94
%14.29
%23.14

Codes

Color #C499A8 in popluar color models

C4 99 A8
RGB 196 153 168
HSL 339° 26.71% 68.43%
HSB/HSV 339° 21.94% 76.86%
CMYK 0.00% 21.94% 14.29%
23.14%

Color #C499A8 in popluar number systems.

HEX C4 99 A8
Decimal 196 153 168
Binary 11000100 10011001 10101000
Octal 304 231 250

Shades and tints

Shades of #C499A8

#C499A8
(196,153,168)
#B38C99
(179,140,153)
#A27F8A
(162,127,138)
#91727B
(145,114,123)
#80656C
(128,101,108)
#6F585D
(111,88,93)
#5E4B4E
(94,75,78)
#4D3E3F
(77,62,63)
#3C3130
(60,49,48)
#2B2421
(43,36,33)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #C499A8

#C499A8
(196,153,168)
#C9A2AF
(201,162,175)
#CEABB6
(206,171,182)
#D3B4BD
(211,180,189)
#D8BDC4
(216,189,196)
#DDC6CB
(221,198,203)
#E2CFD2
(226,207,210)
#E7D8D9
(231,216,217)
#ECE1E0
(236,225,224)
#F1EAE7
(241,234,231)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C499A8; }

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

This text font color is #C499A8.

Background Color

.myBgColor { background-color: #C499A8; }

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

This div background color is #C499A8.

Border color

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

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

This div border color is #C499A8.

Opacity

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

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

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

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

This text has shadow with #C499A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C499A8.

Preview

Color preview on black background

This text has color #C499A8 on black background.


Color preview on white background

This text has color #C499A8 on white background.


Black color preview on #C499A8 background

This text has black color on #C499A8 background.


White color preview on #C499A8 background

This text has white color on #C499A8 background.


Related colors

Complementary color

Complementary color for #hex is #3B6657.


I love getcolorcode.com

Triadic colors

1 #A8C499 and #99A8C4 with #C499A8 are triadic colors.

2 #A899C4 and #99C4A8 with #C499A8 are triadic colors.