COLOR #C0B592

HEX: #C0B592
RGB: (192,181,146)

Color info

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

RGB color model

#C0B592 color RGB value is (192,181,146).

  • red value is 192;
  • green value is 181;
  • blue value is 146.
RGB:
(192,181,146)
(75%,71%,57%)

RGB channels and saturation

R 192 of 255 = 75%
G 181 of 255 = 71%
B 146 of 255 = 57%

192
181
146

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

Portions of RGB colors in percentages

R + G + B =
192 + 181 + 146 = 519 (100%)
R 192 of 519 ~ 36.99%
G 181 of 519 ~ 34.87%
B 146 of 519 ~ 28.13%

%36.99
%34.87
%28.13

CMYK color model

#C0B592 color CMYK value is (0,6,24,25).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 23.96%
  • key color value is 24.71%
CMYK:
(0,6,24,25)
C0M6Y24K25 
(0%,6%,24%,25%)
(0.00/0.06/0.24/0.25)	

CMYK percentages

%0
%5.73
%23.96
%24.71

Codes

Color #C0B592 in popluar color models

C0B592
RGB192181146
HSL46°26.74%66.27%
HSB/HSV46°23.96%75.29%
CMYK0.00%5.73%23.96%
24.71%

Color #C0B592 in popluar number systems.

HEXC0B592
Decimal192181146
Binary110000001011010110010010
Octal300265222

Shades and tints

Shades of #C0B592

#C0B592
(192,181,146)
#AFA585
(175,165,133)
#9E9578
(158,149,120)
#8D856B
(141,133,107)
#7C755E
(124,117,94)
#6B6551
(107,101,81)
#5A5544
(90,85,68)
#494537
(73,69,55)
#38352A
(56,53,42)
#27251D
(39,37,29)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #C0B592

#C0B592
(192,181,146)
#C5BB9B
(197,187,155)
#CAC1A4
(202,193,164)
#CFC7AD
(207,199,173)
#D4CDB6
(212,205,182)
#D9D3BF
(217,211,191)
#DED9C8
(222,217,200)
#E3DFD1
(227,223,209)
#E8E5DA
(232,229,218)
#EDEBE3
(237,235,227)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B592 color. Also use rgb(192,181,146) instead hex code.

Text Font Color

.myTextColor { color: #C0B592; }

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

This text font color is #C0B592.


Background Color

.myBgColor { background-color: #C0B592; }

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

This div background color is #C0B592.


Border color

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

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

This div border color is #C0B592.


Opacity

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

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

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

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

This text has shadow with #C0B592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B592 on black background.


Color preview on white background

This text has color #C0B592 on white background.



Black color preview on #C0B592 background

This text has black color on #C0B592 background.


White color preview on #C0B592 background

This text has white color on #C0B592 background.