COLOR #C0B785

HEX: #C0B785
RGB: (192,183,133)

Color info

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

RGB color model

#C0B785 color RGB value is (192,183,133).

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

RGB channels and saturation

R 192 of 255 = 75%
G 183 of 255 = 72%
B 133 of 255 = 52%

192
183
133

R + G + B ~ 66%. #C0B785 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 183 + 133 = 508 (100%)
R 192 of 508 ~ 37.8%
G 183 of 508 ~ 36.02%
B 133 of 508 ~ 26.18%

%37.8
%36.02
%26.18

CMYK color model

#C0B785 color CMYK value is (0,5,31,25).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 30.73%
  • key color value is 24.71%
CMYK:
(0,5,31,25)
C0M5Y31K25 
(0%,5%,31%,25%)
(0.00/0.05/0.31/0.25)	

CMYK percentages

%0
%4.69
%30.73
%24.71

Codes

Color #C0B785 in popluar color models

C0B785
RGB192183133
HSL51°31.89%63.73%
HSB/HSV51°30.73%75.29%
CMYK0.00%4.69%30.73%
24.71%

Color #C0B785 in popluar number systems.

HEXC0B785
Decimal192183133
Binary110000001011011110000101
Octal300267205

Shades and tints

Shades of #C0B785

#C0B785
(192,183,133)
#AFA779
(175,167,121)
#9E976D
(158,151,109)
#8D8761
(141,135,97)
#7C7755
(124,119,85)
#6B6749
(107,103,73)
#5A573D
(90,87,61)
#494731
(73,71,49)
#383725
(56,55,37)
#272719
(39,39,25)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #C0B785

#C0B785
(192,183,133)
#C5BD90
(197,189,144)
#CAC39B
(202,195,155)
#CFC9A6
(207,201,166)
#D4CFB1
(212,207,177)
#D9D5BC
(217,213,188)
#DEDBC7
(222,219,199)
#E3E1D2
(227,225,210)
#E8E7DD
(232,231,221)
#EDEDE8
(237,237,232)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B785; }

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

This text font color is #C0B785.


Background Color

.myBgColor { background-color: #C0B785; }

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

This div background color is #C0B785.


Border color

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

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

This div border color is #C0B785.


Opacity

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

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

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

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

This text has shadow with #C0B785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B785 on black background.


Color preview on white background

This text has color #C0B785 on white background.



Black color preview on #C0B785 background

This text has black color on #C0B785 background.


White color preview on #C0B785 background

This text has white color on #C0B785 background.