COLOR #C0AB97

HEX: #C0AB97
RGB: (192,171,151)

Color info

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

RGB color model

#C0AB97 color RGB value is (192,171,151).

  • red value is 192;
  • green value is 171;
  • blue value is 151.
RGB:
(192,171,151)
(75%,67%,59%)

RGB channels and saturation

R 192 of 255 = 75%
G 171 of 255 = 67%
B 151 of 255 = 59%

192
171
151

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

Portions of RGB colors in percentages

R + G + B =
192 + 171 + 151 = 514 (100%)
R 192 of 514 ~ 37.35%
G 171 of 514 ~ 33.27%
B 151 of 514 ~ 29.38%

%37.35
%33.27
%29.38

CMYK color model

#C0AB97 color CMYK value is (0,11,21,25).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 21.35%
  • key color value is 24.71%
CMYK:
(0,11,21,25)
C0M11Y21K25 
(0%,11%,21%,25%)
(0.00/0.11/0.21/0.25)	

CMYK percentages

%0
%10.94
%21.35
%24.71

Codes

Color #C0AB97 in popluar color models

C0AB97
RGB192171151
HSL29°24.55%67.25%
HSB/HSV29°21.35%75.29%
CMYK0.00%10.94%21.35%
24.71%

Color #C0AB97 in popluar number systems.

HEXC0AB97
Decimal192171151
Binary110000001010101110010111
Octal300253227

Shades and tints

Shades of #C0AB97

#C0AB97
(192,171,151)
#AF9C8A
(175,156,138)
#9E8D7D
(158,141,125)
#8D7E70
(141,126,112)
#7C6F63
(124,111,99)
#6B6056
(107,96,86)
#5A5149
(90,81,73)
#49423C
(73,66,60)
#38332F
(56,51,47)
#272422
(39,36,34)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #C0AB97

#C0AB97
(192,171,151)
#C5B2A0
(197,178,160)
#CAB9A9
(202,185,169)
#CFC0B2
(207,192,178)
#D4C7BB
(212,199,187)
#D9CEC4
(217,206,196)
#DED5CD
(222,213,205)
#E3DCD6
(227,220,214)
#E8E3DF
(232,227,223)
#EDEAE8
(237,234,232)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AB97 color. Also use rgb(192,171,151) instead hex code.

Text Font Color

.myTextColor { color: #C0AB97; }

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

This text font color is #C0AB97.


Background Color

.myBgColor { background-color: #C0AB97; }

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

This div background color is #C0AB97.


Border color

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

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

This div border color is #C0AB97.


Opacity

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

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

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

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

This text has shadow with #C0AB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AB97 on black background.


Color preview on white background

This text has color #C0AB97 on white background.



Black color preview on #C0AB97 background

This text has black color on #C0AB97 background.


White color preview on #C0AB97 background

This text has white color on #C0AB97 background.