COLOR #C0B996

HEX: #C0B996 RGB: (192,185,150)

Color info

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

RGB color model

#C0B996 color RGB value is (192,185,150).

RGB: (192,185,150) (75%, 73%, 59%)

RGB channels and saturation

R 192 of 255 = 75%
G 185 of 255 = 73%
B 150 of 255 = 59%

192
185
150

R + G + B ~ 69%. #C0B996 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 185 + 150 = 527 (100%)
R 192 of 527 ~ 36.43%
G 185 of 527 ~ 35.1%
B 150 of 527 ~ 28.46'%

%36.43
%35.1
%28.46

CMYK color model

#C0B996 color CMYK value is (0,4,22,25).

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 21.88%
  • key color value is 24.71%
CMYK: (0,4,22,25) C0M4Y22K25 (0%,4%,22%,25%) (0.00/0.04/0.22/0.25) 

CMYK percentages

%0
%3.65
%21.88
%24.71

Codes

Color #C0B996 in popluar color models

C0 B9 96
RGB 192 185 150
HSL 50° 25.00% 67.06%
HSB/HSV 50° 21.88% 75.29%
CMYK 0.00% 3.65% 21.88%
24.71%

Color #C0B996 in popluar number systems.

HEX C0 B9 96
Decimal 192 185 150
Binary 11000000 10111001 10010110
Octal 300 271 226

Shades and tints

Shades of #C0B996

#C0B996
(192,185,150)
#AFA989
(175,169,137)
#9E997C
(158,153,124)
#8D896F
(141,137,111)
#7C7962
(124,121,98)
#6B6955
(107,105,85)
#5A5948
(90,89,72)
#49493B
(73,73,59)
#38392E
(56,57,46)
#272921
(39,41,33)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #C0B996

#C0B996
(192,185,150)
#C5BF9F
(197,191,159)
#CAC5A8
(202,197,168)
#CFCBB1
(207,203,177)
#D4D1BA
(212,209,186)
#D9D7C3
(217,215,195)
#DEDDCC
(222,221,204)
#E3E3D5
(227,227,213)
#E8E9DE
(232,233,222)
#EDEFE7
(237,239,231)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B996; }

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

This text font color is #C0B996.

Background Color

.myBgColor { background-color: #C0B996; }

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

This div background color is #C0B996.

Border color

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

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

This div border color is #C0B996.

Opacity

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

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

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

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

This text has shadow with #C0B996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B996.

Preview

Color preview on black background

This text has color #C0B996 on black background.


Color preview on white background

This text has color #C0B996 on white background.


Black color preview on #C0B996 background

This text has black color on #C0B996 background.


White color preview on #C0B996 background

This text has white color on #C0B996 background.


Related colors

Complementary color

Complementary color for #hex is #3F4669.


I love getcolorcode.com

Triadic colors

1 #96C0B9 and #B996C0 with #C0B996 are triadic colors.

2 #96B9C0 and #B9C096 with #C0B996 are triadic colors.