COLOR #C0B598

HEX: #C0B598
RGB: (192,181,152)

Color info

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

RGB color model

#C0B598 color RGB value is (192,181,152).

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

RGB channels and saturation

R 192 of 255 = 75%
G 181 of 255 = 71%
B 152 of 255 = 60%

192
181
152

R + G + B ~ 69%. #C0B598 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 181 + 152 = 525 (100%)
R 192 of 525 ~ 36.57%
G 181 of 525 ~ 34.48%
B 152 of 525 ~ 28.95%

%36.57
%34.48
%28.95

CMYK color model

#C0B598 color CMYK value is (0,6,21,25).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 20.83%
  • key color value is 24.71%
CMYK:
(0,6,21,25)
C0M6Y21K25 
(0%,6%,21%,25%)
(0.00/0.06/0.21/0.25)	

CMYK percentages

%0
%5.73
%20.83
%24.71

Codes

Color #C0B598 in popluar color models

C0B598
RGB192181152
HSL44°24.10%67.45%
HSB/HSV44°20.83%75.29%
CMYK0.00%5.73%20.83%
24.71%

Color #C0B598 in popluar number systems.

HEXC0B598
Decimal192181152
Binary110000001011010110011000
Octal300265230

Shades and tints

Shades of #C0B598

#C0B598
(192,181,152)
#AFA58B
(175,165,139)
#9E957E
(158,149,126)
#8D8571
(141,133,113)
#7C7564
(124,117,100)
#6B6557
(107,101,87)
#5A554A
(90,85,74)
#49453D
(73,69,61)
#383530
(56,53,48)
#272523
(39,37,35)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #C0B598

#C0B598
(192,181,152)
#C5BBA1
(197,187,161)
#CAC1AA
(202,193,170)
#CFC7B3
(207,199,179)
#D4CDBC
(212,205,188)
#D9D3C5
(217,211,197)
#DED9CE
(222,217,206)
#E3DFD7
(227,223,215)
#E8E5E0
(232,229,224)
#EDEBE9
(237,235,233)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B598; }

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

This text font color is #C0B598.


Background Color

.myBgColor { background-color: #C0B598; }

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

This div background color is #C0B598.


Border color

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

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

This div border color is #C0B598.


Opacity

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

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

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

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

This text has shadow with #C0B598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B598 on black background.


Color preview on white background

This text has color #C0B598 on white background.



Black color preview on #C0B598 background

This text has black color on #C0B598 background.


White color preview on #C0B598 background

This text has white color on #C0B598 background.