COLOR #C0A199

HEX: #C0A199 RGB: (192,161,153)

Color info

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

RGB color model

#C0A199 color RGB value is (192,161,153).

RGB: (192,161,153) (75%, 63%, 60%)

RGB channels and saturation

R 192 of 255 = 75%
G 161 of 255 = 63%
B 153 of 255 = 60%

192
161
153

R + G + B ~ 66%. #C0A199 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 161 + 153 = 506 (100%)
R 192 of 506 ~ 37.94%
G 161 of 506 ~ 31.82%
B 153 of 506 ~ 30.24'%

%37.94
%31.82
%30.24

CMYK color model

#C0A199 color CMYK value is (0,16,20,25).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 20.31%
  • key color value is 24.71%

CMYK: (0,16,20,25)
C0M16Y20K25 (0%, 16%, 20%, 25%)
(0.00 / 0.16 / 0.20 / 0.25)

CMYK percentages

%0
%16.15
%20.31
%24.71

Codes

Color #C0A199 in popluar color models

C0 A1 99
RGB 192 161 153
HSL 12° 23.64% 67.65%
HSB/HSV 12° 20.31% 75.29%
CMYK 0.00% 16.15% 20.31%
24.71%

Color #C0A199 in popluar number systems.

HEX C0 A1 99
Decimal 192 161 153
Binary 11000000 10100001 10011001
Octal 300 241 231

Shades and tints

Shades of #C0A199

#C0A199
(192,161,153)
#AF938C
(175,147,140)
#9E857F
(158,133,127)
#8D7772
(141,119,114)
#7C6965
(124,105,101)
#6B5B58
(107,91,88)
#5A4D4B
(90,77,75)
#493F3E
(73,63,62)
#383131
(56,49,49)
#272324
(39,35,36)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #C0A199

#C0A199
(192,161,153)
#C5A9A2
(197,169,162)
#CAB1AB
(202,177,171)
#CFB9B4
(207,185,180)
#D4C1BD
(212,193,189)
#D9C9C6
(217,201,198)
#DED1CF
(222,209,207)
#E3D9D8
(227,217,216)
#E8E1E1
(232,225,225)
#EDE9EA
(237,233,234)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A199 color. Also use rgb(192,161,153) instead hex code.

Text Font Color

.myTextColor { color: #C0A199; }

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

This text font color is #C0A199.

Background Color

.myBgColor { background-color: #C0A199; }

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

This div background color is #C0A199.

Border color

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

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

This div border color is #C0A199.

Opacity

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

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

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

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

This text has shadow with #C0A199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A199.

Preview

Color preview on black background

This text has color #C0A199 on black background.


Color preview on white background

This text has color #C0A199 on white background.


Black color preview on #C0A199 background

This text has black color on #C0A199 background.


White color preview on #C0A199 background

This text has white color on #C0A199 background.


Related colors

Complementary color

Complementary color for #hex is #3F5E66.


I love getcolorcode.com

Triadic colors

1 #99C0A1 and #A199C0 with #C0A199 are triadic colors.

2 #99A1C0 and #A1C099 with #C0A199 are triadic colors.