COLOR #C0B399

HEX: #C0B399
RGB: (192,179,153)

Color info

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

RGB color model

#C0B399 color RGB value is (192,179,153).

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

RGB channels and saturation

R 192 of 255 = 75%
G 179 of 255 = 70%
B 153 of 255 = 60%

192
179
153

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

Portions of RGB colors in percentages

R + G + B =
192 + 179 + 153 = 524 (100%)
R 192 of 524 ~ 36.64%
G 179 of 524 ~ 34.16%
B 153 of 524 ~ 29.2%

%36.64
%34.16
%29.2

CMYK color model

#C0B399 color CMYK value is (0,7,20,25).

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 20.31%
  • key color value is 24.71%
CMYK:
(0,7,20,25)
C0M7Y20K25 
(0%,7%,20%,25%)
(0.00/0.07/0.20/0.25)	

CMYK percentages

%0
%6.77
%20.31
%24.71

Codes

Color #C0B399 in popluar color models

C0B399
RGB192179153
HSL40°23.64%67.65%
HSB/HSV40°20.31%75.29%
CMYK0.00%6.77%20.31%
24.71%

Color #C0B399 in popluar number systems.

HEXC0B399
Decimal192179153
Binary110000001011001110011001
Octal300263231

Shades and tints

Shades of #C0B399

#C0B399
(192,179,153)
#AFA38C
(175,163,140)
#9E937F
(158,147,127)
#8D8372
(141,131,114)
#7C7365
(124,115,101)
#6B6358
(107,99,88)
#5A534B
(90,83,75)
#49433E
(73,67,62)
#383331
(56,51,49)
#272324
(39,35,36)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #C0B399

#C0B399
(192,179,153)
#C5B9A2
(197,185,162)
#CABFAB
(202,191,171)
#CFC5B4
(207,197,180)
#D4CBBD
(212,203,189)
#D9D1C6
(217,209,198)
#DED7CF
(222,215,207)
#E3DDD8
(227,221,216)
#E8E3E1
(232,227,225)
#EDE9EA
(237,233,234)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B399; }

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

This text font color is #C0B399.


Background Color

.myBgColor { background-color: #C0B399; }

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

This div background color is #C0B399.


Border color

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

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

This div border color is #C0B399.


Opacity

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

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

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

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

This text has shadow with #C0B399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B399 on black background.


Color preview on white background

This text has color #C0B399 on white background.



Black color preview on #C0B399 background

This text has black color on #C0B399 background.


White color preview on #C0B399 background

This text has white color on #C0B399 background.