COLOR #C7A099

HEX: #C7A099 RGB: (199,160,153)

Color info

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

RGB color model

#C7A099 color RGB value is (199,160,153).

RGB: (199,160,153) (78%, 63%, 60%)

RGB channels and saturation

R 199 of 255 = 78%
G 160 of 255 = 63%
B 153 of 255 = 60%

199
160
153

R + G + B ~ 67%. #C7A099 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 160 + 153 = 512 (100%)
R 199 of 512 ~ 38.87%
G 160 of 512 ~ 31.25%
B 153 of 512 ~ 29.88'%

%38.87
%31.25
%29.88

CMYK color model

#C7A099 color CMYK value is (0,20,23,22).

  • cyan value is 0.00%
  • magenta value is 19.60%
  • yellow value is 23.12%
  • key color value is 21.96%
CMYK: (0,20,23,22) C0M20Y23K22 (0%,20%,23%,22%) (0.00/0.20/0.23/0.22) 

CMYK percentages

%0
%19.6
%23.12
%21.96

Codes

Color #C7A099 in popluar color models

C7 A0 99
RGB 199 160 153
HSL 29.11% 69.02%
HSB/HSV 23.12% 78.04%
CMYK 0.00% 19.60% 23.12%
21.96%

Color #C7A099 in popluar number systems.

HEX C7 A0 99
Decimal 199 160 153
Binary 11000111 10100000 10011001
Octal 307 240 231

Shades and tints

Shades of #C7A099

#C7A099
(199,160,153)
#B5928C
(181,146,140)
#A3847F
(163,132,127)
#917672
(145,118,114)
#7F6865
(127,104,101)
#6D5A58
(109,90,88)
#5B4C4B
(91,76,75)
#493E3E
(73,62,62)
#373031
(55,48,49)
#252224
(37,34,36)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #C7A099

#C7A099
(199,160,153)
#CCA8A2
(204,168,162)
#D1B0AB
(209,176,171)
#D6B8B4
(214,184,180)
#DBC0BD
(219,192,189)
#E0C8C6
(224,200,198)
#E5D0CF
(229,208,207)
#EAD8D8
(234,216,216)
#EFE0E1
(239,224,225)
#F4E8EA
(244,232,234)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A099; }

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

This text font color is #C7A099.

Background Color

.myBgColor { background-color: #C7A099; }

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

This div background color is #C7A099.

Border color

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

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

This div border color is #C7A099.

Opacity

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

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

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

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

This text has shadow with #C7A099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A099.

Preview

Color preview on black background

This text has color #C7A099 on black background.


Color preview on white background

This text has color #C7A099 on white background.


Black color preview on #C7A099 background

This text has black color on #C7A099 background.


White color preview on #C7A099 background

This text has white color on #C7A099 background.


Related colors

Complementary color

Complementary color for #hex is #385F66.


I love getcolorcode.com

Triadic colors

1 #99C7A0 and #A099C7 with #C7A099 are triadic colors.

2 #99A0C7 and #A0C799 with #C7A099 are triadic colors.