COLOR #C0B391

HEX: #C0B391
RGB: (192,179,145)

Color info

#C0B391 contains red, green and blue colors in about the same proportion. Web safe color of #C0B391 is #CC9999 (or #C99).

RGB color model

#C0B391 color RGB value is (192,179,145).

  • red value is 192;
  • green value is 179;
  • blue value is 145.
RGB:
(192,179,145)
(75%,70%,57%)

RGB channels and saturation

R 192 of 255 = 75%
G 179 of 255 = 70%
B 145 of 255 = 57%

192
179
145

R + G + B ~ 67%. #C0B391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 179 + 145 = 516 (100%)
R 192 of 516 ~ 37.21%
G 179 of 516 ~ 34.69%
B 145 of 516 ~ 28.1%

%37.21
%34.69
%28.1

CMYK color model

#C0B391 color CMYK value is (0,7,24,25).

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 24.48%
  • key color value is 24.71%
CMYK:
(0,7,24,25)
C0M7Y24K25 
(0%,7%,24%,25%)
(0.00/0.07/0.24/0.25)	

CMYK percentages

%0
%6.77
%24.48
%24.71

Codes

Color #C0B391 in popluar color models

C0B391
RGB192179145
HSL43°27.17%66.08%
HSB/HSV43°24.48%75.29%
CMYK0.00%6.77%24.48%
24.71%

Color #C0B391 in popluar number systems.

HEXC0B391
Decimal192179145
Binary110000001011001110010001
Octal300263221

Shades and tints

Shades of #C0B391

#C0B391
(192,179,145)
#AFA384
(175,163,132)
#9E9377
(158,147,119)
#8D836A
(141,131,106)
#7C735D
(124,115,93)
#6B6350
(107,99,80)
#5A5343
(90,83,67)
#494336
(73,67,54)
#383329
(56,51,41)
#27231C
(39,35,28)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #C0B391

#C0B391
(192,179,145)
#C5B99B
(197,185,155)
#CABFA5
(202,191,165)
#CFC5AF
(207,197,175)
#D4CBB9
(212,203,185)
#D9D1C3
(217,209,195)
#DED7CD
(222,215,205)
#E3DDD7
(227,221,215)
#E8E3E1
(232,227,225)
#EDE9EB
(237,233,235)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B391; }

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

This text font color is #C0B391.


Background Color

.myBgColor { background-color: #C0B391; }

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

This div background color is #C0B391.


Border color

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

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

This div border color is #C0B391.


Opacity

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

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

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

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

This text has shadow with #C0B391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B391 on black background.


Color preview on white background

This text has color #C0B391 on white background.



Black color preview on #C0B391 background

This text has black color on #C0B391 background.


White color preview on #C0B391 background

This text has white color on #C0B391 background.