COLOR #C999A4

HEX: #C999A4
RGB: (201,153,164)

Color info

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

RGB color model

#C999A4 color RGB value is (201,153,164).

  • red value is 201;
  • green value is 153;
  • blue value is 164.
RGB:
(201,153,164)
(79%,60%,64%)

RGB channels and saturation

R 201 of 255 = 79%
G 153 of 255 = 60%
B 164 of 255 = 64%

201
153
164

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

Portions of RGB colors in percentages

R + G + B =
201 + 153 + 164 = 518 (100%)
R 201 of 518 ~ 38.8%
G 153 of 518 ~ 29.54%
B 164 of 518 ~ 31.66%

%38.8
%29.54
%31.66

CMYK color model

#C999A4 color CMYK value is (0,24,18,21).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 18.41%
  • key color value is 21.18%
CMYK:
(0,24,18,21)
C0M24Y18K21 
(0%,24%,18%,21%)
(0.00/0.24/0.18/0.21)	

CMYK percentages

%0
%23.88
%18.41
%21.18

Codes

Color #C999A4 in popluar color models

C999A4
RGB201153164
HSL346°30.77%69.41%
HSB/HSV346°23.88%78.82%
CMYK0.00%23.88%18.41%
21.18%

Color #C999A4 in popluar number systems.

HEXC999A4
Decimal201153164
Binary110010011001100110100100
Octal311231244

Shades and tints

Shades of #C999A4

#C999A4
(201,153,164)
#B78C96
(183,140,150)
#A57F88
(165,127,136)
#93727A
(147,114,122)
#81656C
(129,101,108)
#6F585E
(111,88,94)
#5D4B50
(93,75,80)
#4B3E42
(75,62,66)
#393134
(57,49,52)
#272426
(39,36,38)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #C999A4

#C999A4
(201,153,164)
#CDA2AC
(205,162,172)
#D1ABB4
(209,171,180)
#D5B4BC
(213,180,188)
#D9BDC4
(217,189,196)
#DDC6CC
(221,198,204)
#E1CFD4
(225,207,212)
#E5D8DC
(229,216,220)
#E9E1E4
(233,225,228)
#EDEAEC
(237,234,236)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C999A4 color. Also use rgb(201,153,164) instead hex code.

Text Font Color

.myTextColor { color: #C999A4; }

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

This text font color is #C999A4.


Background Color

.myBgColor { background-color: #C999A4; }

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

This div background color is #C999A4.


Border color

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

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

This div border color is #C999A4.


Opacity

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

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

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

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

This text has shadow with #C999A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C999A4 on black background.


Color preview on white background

This text has color #C999A4 on white background.



Black color preview on #C999A4 background

This text has black color on #C999A4 background.


White color preview on #C999A4 background

This text has white color on #C999A4 background.