COLOR #C0B9A5

HEX: #C0B9A5 RGB: (192,185,165)

Color info

#C0B9A5 contains red, green and blue colors in about the same proportion. Web safe color of #C0B9A5 is #CCCC99 (or #CC9).

RGB color model

#C0B9A5 color RGB value is (192,185,165).

RGB: (192,185,165) (75%, 73%, 65%)

RGB channels and saturation

R 192 of 255 = 75%
G 185 of 255 = 73%
B 165 of 255 = 65%

192
185
165

R + G + B ~ 71%. #C0B9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 185 + 165 = 542 (100%)
R 192 of 542 ~ 35.42%
G 185 of 542 ~ 34.13%
B 165 of 542 ~ 30.44'%

%35.42
%34.13
%30.44

CMYK color model

#C0B9A5 color CMYK value is (0,4,14,25).

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 14.06%
  • key color value is 24.71%

CMYK: (0,4,14,25)
C0M4Y14K25 (0%, 4%, 14%, 25%)
(0.00 / 0.04 / 0.14 / 0.25)

CMYK percentages

%0
%3.65
%14.06
%24.71

Codes

Color #C0B9A5 in popluar color models

C0 B9 A5
RGB 192 185 165
HSL 44° 17.65% 70.00%
HSB/HSV 44° 14.06% 75.29%
CMYK 0.00% 3.65% 14.06%
24.71%

Color #C0B9A5 in popluar number systems.

HEX C0 B9 A5
Decimal 192 185 165
Binary 11000000 10111001 10100101
Octal 300 271 245

Shades and tints

Shades of #C0B9A5

#C0B9A5
(192,185,165)
#AFA996
(175,169,150)
#9E9987
(158,153,135)
#8D8978
(141,137,120)
#7C7969
(124,121,105)
#6B695A
(107,105,90)
#5A594B
(90,89,75)
#49493C
(73,73,60)
#38392D
(56,57,45)
#27291E
(39,41,30)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #C0B9A5

#C0B9A5
(192,185,165)
#C5BFAD
(197,191,173)
#CAC5B5
(202,197,181)
#CFCBBD
(207,203,189)
#D4D1C5
(212,209,197)
#D9D7CD
(217,215,205)
#DEDDD5
(222,221,213)
#E3E3DD
(227,227,221)
#E8E9E5
(232,233,229)
#EDEFED
(237,239,237)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B9A5 color. Also use rgb(192,185,165) instead hex code.

Text Font Color

.myTextColor { color: #C0B9A5; }

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

This text font color is #C0B9A5.

Background Color

.myBgColor { background-color: #C0B9A5; }

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

This div background color is #C0B9A5.

Border color

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

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

This div border color is #C0B9A5.

Opacity

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

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

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

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

This text has shadow with #C0B9A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B9A5.

Preview

Color preview on black background

This text has color #C0B9A5 on black background.


Color preview on white background

This text has color #C0B9A5 on white background.


Black color preview on #C0B9A5 background

This text has black color on #C0B9A5 background.


White color preview on #C0B9A5 background

This text has white color on #C0B9A5 background.


Related colors

Complementary color

Complementary color for #hex is #3F465A.


I love getcolorcode.com

Triadic colors

1 #A5C0B9 and #B9A5C0 with #C0B9A5 are triadic colors.

2 #A5B9C0 and #B9C0A5 with #C0B9A5 are triadic colors.