COLOR #C0B796

HEX: #C0B796
RGB: (192,183,150)

Color info

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

RGB color model

#C0B796 color RGB value is (192,183,150).

  • red value is 192;
  • green value is 183;
  • blue value is 150.
RGB:
(192,183,150)
(75%,72%,59%)

RGB channels and saturation

R 192 of 255 = 75%
G 183 of 255 = 72%
B 150 of 255 = 59%

192
183
150

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

Portions of RGB colors in percentages

R + G + B =
192 + 183 + 150 = 525 (100%)
R 192 of 525 ~ 36.57%
G 183 of 525 ~ 34.86%
B 150 of 525 ~ 28.57%

%36.57
%34.86
%28.57

CMYK color model

#C0B796 color CMYK value is (0,5,22,25).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 21.88%
  • key color value is 24.71%
CMYK:
(0,5,22,25)
C0M5Y22K25 
(0%,5%,22%,25%)
(0.00/0.05/0.22/0.25)	

CMYK percentages

%0
%4.69
%21.88
%24.71

Codes

Color #C0B796 in popluar color models

C0B796
RGB192183150
HSL47°25.00%67.06%
HSB/HSV47°21.88%75.29%
CMYK0.00%4.69%21.88%
24.71%

Color #C0B796 in popluar number systems.

HEXC0B796
Decimal192183150
Binary110000001011011110010110
Octal300267226

Shades and tints

Shades of #C0B796

#C0B796
(192,183,150)
#AFA789
(175,167,137)
#9E977C
(158,151,124)
#8D876F
(141,135,111)
#7C7762
(124,119,98)
#6B6755
(107,103,85)
#5A5748
(90,87,72)
#49473B
(73,71,59)
#38372E
(56,55,46)
#272721
(39,39,33)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #C0B796

#C0B796
(192,183,150)
#C5BD9F
(197,189,159)
#CAC3A8
(202,195,168)
#CFC9B1
(207,201,177)
#D4CFBA
(212,207,186)
#D9D5C3
(217,213,195)
#DEDBCC
(222,219,204)
#E3E1D5
(227,225,213)
#E8E7DE
(232,231,222)
#EDEDE7
(237,237,231)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B796; }

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

This text font color is #C0B796.


Background Color

.myBgColor { background-color: #C0B796; }

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

This div background color is #C0B796.


Border color

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

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

This div border color is #C0B796.


Opacity

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

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

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

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

This text has shadow with #C0B796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B796 on black background.


Color preview on white background

This text has color #C0B796 on white background.



Black color preview on #C0B796 background

This text has black color on #C0B796 background.


White color preview on #C0B796 background

This text has white color on #C0B796 background.