COLOR #C799AA

HEX: #C799AA
RGB: (199,153,170)

Color info

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

RGB color model

#C799AA color RGB value is (199,153,170).

  • red value is 199;
  • green value is 153;
  • blue value is 170.
RGB:
(199,153,170)
(78%,60%,67%)

RGB channels and saturation

R 199 of 255 = 78%
G 153 of 255 = 60%
B 170 of 255 = 67%

199
153
170

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

Portions of RGB colors in percentages

R + G + B =
199 + 153 + 170 = 522 (100%)
R 199 of 522 ~ 38.12%
G 153 of 522 ~ 29.31%
B 170 of 522 ~ 32.57%

%38.12
%29.31
%32.57

CMYK color model

#C799AA color CMYK value is (0,23,15,22).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 14.57%
  • key color value is 21.96%
CMYK:
(0,23,15,22)
C0M23Y15K22 
(0%,23%,15%,22%)
(0.00/0.23/0.15/0.22)	

CMYK percentages

%0
%23.12
%14.57
%21.96

Codes

Color #C799AA in popluar color models

C799AA
RGB199153170
HSL338°29.11%69.02%
HSB/HSV338°23.12%78.04%
CMYK0.00%23.12%14.57%
21.96%

Color #C799AA in popluar number systems.

HEXC799AA
Decimal199153170
Binary110001111001100110101010
Octal307231252

Shades and tints

Shades of #C799AA

#C799AA
(199,153,170)
#B58C9B
(181,140,155)
#A37F8C
(163,127,140)
#91727D
(145,114,125)
#7F656E
(127,101,110)
#6D585F
(109,88,95)
#5B4B50
(91,75,80)
#493E41
(73,62,65)
#373132
(55,49,50)
#252423
(37,36,35)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #C799AA

#C799AA
(199,153,170)
#CCA2B1
(204,162,177)
#D1ABB8
(209,171,184)
#D6B4BF
(214,180,191)
#DBBDC6
(219,189,198)
#E0C6CD
(224,198,205)
#E5CFD4
(229,207,212)
#EAD8DB
(234,216,219)
#EFE1E2
(239,225,226)
#F4EAE9
(244,234,233)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C799AA color. Also use rgb(199,153,170) instead hex code.

Text Font Color

.myTextColor { color: #C799AA; }

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

This text font color is #C799AA.


Background Color

.myBgColor { background-color: #C799AA; }

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

This div background color is #C799AA.


Border color

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

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

This div border color is #C799AA.


Opacity

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

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

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

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

This text has shadow with #C799AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C799AA on black background.


Color preview on white background

This text has color #C799AA on white background.



Black color preview on #C799AA background

This text has black color on #C799AA background.


White color preview on #C799AA background

This text has white color on #C799AA background.