COLOR #C7A899

HEX: #C7A899
RGB: (199,168,153)

Color info

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

RGB color model

#C7A899 color RGB value is (199,168,153).

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

RGB channels and saturation

R 199 of 255 = 78%
G 168 of 255 = 66%
B 153 of 255 = 60%

199
168
153

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

Portions of RGB colors in percentages

R + G + B =
199 + 168 + 153 = 520 (100%)
R 199 of 520 ~ 38.27%
G 168 of 520 ~ 32.31%
B 153 of 520 ~ 29.42%

%38.27
%32.31
%29.42

CMYK color model

#C7A899 color CMYK value is (0,16,23,22).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 23.12%
  • key color value is 21.96%
CMYK:
(0,16,23,22)
C0M16Y23K22 
(0%,16%,23%,22%)
(0.00/0.16/0.23/0.22)	

CMYK percentages

%0
%15.58
%23.12
%21.96

Codes

Color #C7A899 in popluar color models

C7A899
RGB199168153
HSL20°29.11%69.02%
HSB/HSV20°23.12%78.04%
CMYK0.00%15.58%23.12%
21.96%

Color #C7A899 in popluar number systems.

HEXC7A899
Decimal199168153
Binary110001111010100010011001
Octal307250231

Shades and tints

Shades of #C7A899

#C7A899
(199,168,153)
#B5998C
(181,153,140)
#A38A7F
(163,138,127)
#917B72
(145,123,114)
#7F6C65
(127,108,101)
#6D5D58
(109,93,88)
#5B4E4B
(91,78,75)
#493F3E
(73,63,62)
#373031
(55,48,49)
#252124
(37,33,36)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #C7A899

#C7A899
(199,168,153)
#CCAFA2
(204,175,162)
#D1B6AB
(209,182,171)
#D6BDB4
(214,189,180)
#DBC4BD
(219,196,189)
#E0CBC6
(224,203,198)
#E5D2CF
(229,210,207)
#EAD9D8
(234,217,216)
#EFE0E1
(239,224,225)
#F4E7EA
(244,231,234)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A899; }

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

This text font color is #C7A899.


Background Color

.myBgColor { background-color: #C7A899; }

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

This div background color is #C7A899.


Border color

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

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

This div border color is #C7A899.


Opacity

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

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

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

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

This text has shadow with #C7A899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A899 on black background.


Color preview on white background

This text has color #C7A899 on white background.



Black color preview on #C7A899 background

This text has black color on #C7A899 background.


White color preview on #C7A899 background

This text has white color on #C7A899 background.