COLOR #C0B88A

HEX: #C0B88A
RGB: (192,184,138)

Color info

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

RGB color model

#C0B88A color RGB value is (192,184,138).

  • red value is 192;
  • green value is 184;
  • blue value is 138.
RGB:
(192,184,138)
(75%,72%,54%)

RGB channels and saturation

R 192 of 255 = 75%
G 184 of 255 = 72%
B 138 of 255 = 54%

192
184
138

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

Portions of RGB colors in percentages

R + G + B =
192 + 184 + 138 = 514 (100%)
R 192 of 514 ~ 37.35%
G 184 of 514 ~ 35.8%
B 138 of 514 ~ 26.85%

%37.35
%35.8
%26.85

CMYK color model

#C0B88A color CMYK value is (0,4,28,25).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 28.13%
  • key color value is 24.71%
CMYK:
(0,4,28,25)
C0M4Y28K25 
(0%,4%,28%,25%)
(0.00/0.04/0.28/0.25)	

CMYK percentages

%0
%4.17
%28.13
%24.71

Codes

Color #C0B88A in popluar color models

C0B88A
RGB192184138
HSL51°30.00%64.71%
HSB/HSV51°28.13%75.29%
CMYK0.00%4.17%28.13%
24.71%

Color #C0B88A in popluar number systems.

HEXC0B88A
Decimal192184138
Binary110000001011100010001010
Octal300270212

Shades and tints

Shades of #C0B88A

#C0B88A
(192,184,138)
#AFA87E
(175,168,126)
#9E9872
(158,152,114)
#8D8866
(141,136,102)
#7C785A
(124,120,90)
#6B684E
(107,104,78)
#5A5842
(90,88,66)
#494836
(73,72,54)
#38382A
(56,56,42)
#27281E
(39,40,30)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #C0B88A

#C0B88A
(192,184,138)
#C5BE94
(197,190,148)
#CAC49E
(202,196,158)
#CFCAA8
(207,202,168)
#D4D0B2
(212,208,178)
#D9D6BC
(217,214,188)
#DEDCC6
(222,220,198)
#E3E2D0
(227,226,208)
#E8E8DA
(232,232,218)
#EDEEE4
(237,238,228)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B88A color. Also use rgb(192,184,138) instead hex code.

Text Font Color

.myTextColor { color: #C0B88A; }

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

This text font color is #C0B88A.


Background Color

.myBgColor { background-color: #C0B88A; }

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

This div background color is #C0B88A.


Border color

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

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

This div border color is #C0B88A.


Opacity

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

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

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

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

This text has shadow with #C0B88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B88A on black background.


Color preview on white background

This text has color #C0B88A on white background.



Black color preview on #C0B88A background

This text has black color on #C0B88A background.


White color preview on #C0B88A background

This text has white color on #C0B88A background.