COLOR #C0B991

HEX: #C0B991 RGB: (192,185,145)

Color info

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

RGB color model

#C0B991 color RGB value is (192,185,145).

RGB: (192,185,145) (75%, 73%, 57%)

RGB channels and saturation

R 192 of 255 = 75%
G 185 of 255 = 73%
B 145 of 255 = 57%

192
185
145

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

Portions of RGB colors in percentages

R + G + B = 192 + 185 + 145 = 522 (100%)
R 192 of 522 ~ 36.78%
G 185 of 522 ~ 35.44%
B 145 of 522 ~ 27.78'%

%36.78
%35.44
%27.78

CMYK color model

#C0B991 color CMYK value is (0,4,24,25).

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

CMYK: (0,4,24,25)
C0M4Y24K25 (0%, 4%, 24%, 25%)
(0.00 / 0.04 / 0.24 / 0.25)

CMYK percentages

%0
%3.65
%24.48
%24.71

Codes

Color #C0B991 in popluar color models

C0 B9 91
RGB 192 185 145
HSL 51° 27.17% 66.08%
HSB/HSV 51° 24.48% 75.29%
CMYK 0.00% 3.65% 24.48%
24.71%

Color #C0B991 in popluar number systems.

HEX C0 B9 91
Decimal 192 185 145
Binary 11000000 10111001 10010001
Octal 300 271 221

Shades and tints

Shades of #C0B991

#C0B991
(192,185,145)
#AFA984
(175,169,132)
#9E9977
(158,153,119)
#8D896A
(141,137,106)
#7C795D
(124,121,93)
#6B6950
(107,105,80)
#5A5943
(90,89,67)
#494936
(73,73,54)
#383929
(56,57,41)
#27291C
(39,41,28)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #C0B991

#C0B991
(192,185,145)
#C5BF9B
(197,191,155)
#CAC5A5
(202,197,165)
#CFCBAF
(207,203,175)
#D4D1B9
(212,209,185)
#D9D7C3
(217,215,195)
#DEDDCD
(222,221,205)
#E3E3D7
(227,227,215)
#E8E9E1
(232,233,225)
#EDEFEB
(237,239,235)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B991; }

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

This text font color is #C0B991.

Background Color

.myBgColor { background-color: #C0B991; }

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

This div background color is #C0B991.

Border color

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

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

This div border color is #C0B991.

Opacity

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

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

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

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

This text has shadow with #C0B991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B991.

Preview

Color preview on black background

This text has color #C0B991 on black background.


Color preview on white background

This text has color #C0B991 on white background.


Black color preview on #C0B991 background

This text has black color on #C0B991 background.


White color preview on #C0B991 background

This text has white color on #C0B991 background.


Related colors

Complementary color

Complementary color for #hex is #3F466E.


I love getcolorcode.com

Triadic colors

1 #91C0B9 and #B991C0 with #C0B991 are triadic colors.

2 #91B9C0 and #B9C091 with #C0B991 are triadic colors.