COLOR #C0AB9F

HEX: #C0AB9F RGB: (192,171,159)

Color info

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

RGB color model

#C0AB9F color RGB value is (192,171,159).

RGB: (192,171,159) (75%, 67%, 62%)

RGB channels and saturation

R 192 of 255 = 75%
G 171 of 255 = 67%
B 159 of 255 = 62%

192
171
159

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

Portions of RGB colors in percentages

R + G + B = 192 + 171 + 159 = 522 (100%)
R 192 of 522 ~ 36.78%
G 171 of 522 ~ 32.76%
B 159 of 522 ~ 30.46'%

%36.78
%32.76
%30.46

CMYK color model

#C0AB9F color CMYK value is (0,11,17,25).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 17.19%
  • key color value is 24.71%
CMYK: (0,11,17,25) C0M11Y17K25 (0%,11%,17%,25%) (0.00/0.11/0.17/0.25) 

CMYK percentages

%0
%10.94
%17.19
%24.71

Codes

Color #C0AB9F in popluar color models

C0 AB 9F
RGB 192 171 159
HSL 22° 20.75% 68.82%
HSB/HSV 22° 17.19% 75.29%
CMYK 0.00% 10.94% 17.19%
24.71%

Color #C0AB9F in popluar number systems.

HEX C0 AB 9F
Decimal 192 171 159
Binary 11000000 10101011 10011111
Octal 300 253 237

Shades and tints

Shades of #C0AB9F

#C0AB9F
(192,171,159)
#AF9C91
(175,156,145)
#9E8D83
(158,141,131)
#8D7E75
(141,126,117)
#7C6F67
(124,111,103)
#6B6059
(107,96,89)
#5A514B
(90,81,75)
#49423D
(73,66,61)
#38332F
(56,51,47)
#272421
(39,36,33)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #C0AB9F

#C0AB9F
(192,171,159)
#C5B2A7
(197,178,167)
#CAB9AF
(202,185,175)
#CFC0B7
(207,192,183)
#D4C7BF
(212,199,191)
#D9CEC7
(217,206,199)
#DED5CF
(222,213,207)
#E3DCD7
(227,220,215)
#E8E3DF
(232,227,223)
#EDEAE7
(237,234,231)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AB9F; }

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

This text font color is #C0AB9F.

Background Color

.myBgColor { background-color: #C0AB9F; }

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

This div background color is #C0AB9F.

Border color

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

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

This div border color is #C0AB9F.

Opacity

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

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

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

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

This text has shadow with #C0AB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0AB9F.

Preview

Color preview on black background

This text has color #C0AB9F on black background.


Color preview on white background

This text has color #C0AB9F on white background.


Black color preview on #C0AB9F background

This text has black color on #C0AB9F background.


White color preview on #C0AB9F background

This text has white color on #C0AB9F background.


Related colors

Complementary color

Complementary color for #hex is #3F5460.


I love getcolorcode.com

Triadic colors

1 #9FC0AB and #AB9FC0 with #C0AB9F are triadic colors.

2 #9FABC0 and #ABC09F with #C0AB9F are triadic colors.