COLOR #C0BEA0

HEX: #C0BEA0
RGB: (192,190,160)

Color info

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

RGB color model

#C0BEA0 color RGB value is (192,190,160).

  • red value is 192;
  • green value is 190;
  • blue value is 160.
RGB:
(192,190,160)
(75%,75%,63%)

RGB channels and saturation

R 192 of 255 = 75%
G 190 of 255 = 75%
B 160 of 255 = 63%

192
190
160

R + G + B ~ 71%. #C0BEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 190 + 160 = 542 (100%)
R 192 of 542 ~ 35.42%
G 190 of 542 ~ 35.06%
B 160 of 542 ~ 29.52%

%35.42
%35.06
%29.52

CMYK color model

#C0BEA0 color CMYK value is (0,1,17,25).

  • cyan value is 0.00%
  • magenta value is 1.04%
  • yellow value is 16.67%
  • key color value is 24.71%
CMYK:
(0,1,17,25)
C0M1Y17K25 
(0%,1%,17%,25%)
(0.00/0.01/0.17/0.25)	

CMYK percentages

%0
%1.04
%16.67
%24.71

Codes

Color #C0BEA0 in popluar color models

C0BEA0
RGB192190160
HSL56°20.25%69.02%
HSB/HSV56°16.67%75.29%
CMYK0.00%1.04%16.67%
24.71%

Color #C0BEA0 in popluar number systems.

HEXC0BEA0
Decimal192190160
Binary110000001011111010100000
Octal300276240

Shades and tints

Shades of #C0BEA0

#C0BEA0
(192,190,160)
#AFAD92
(175,173,146)
#9E9C84
(158,156,132)
#8D8B76
(141,139,118)
#7C7A68
(124,122,104)
#6B695A
(107,105,90)
#5A584C
(90,88,76)
#49473E
(73,71,62)
#383630
(56,54,48)
#272522
(39,37,34)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #C0BEA0

#C0BEA0
(192,190,160)
#C5C3A8
(197,195,168)
#CAC8B0
(202,200,176)
#CFCDB8
(207,205,184)
#D4D2C0
(212,210,192)
#D9D7C8
(217,215,200)
#DEDCD0
(222,220,208)
#E3E1D8
(227,225,216)
#E8E6E0
(232,230,224)
#EDEBE8
(237,235,232)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BEA0 color. Also use rgb(192,190,160) instead hex code.

Text Font Color

.myTextColor { color: #C0BEA0; }

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

This text font color is #C0BEA0.


Background Color

.myBgColor { background-color: #C0BEA0; }

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

This div background color is #C0BEA0.


Border color

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

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

This div border color is #C0BEA0.


Opacity

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

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

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

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

This text has shadow with #C0BEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BEA0 on black background.


Color preview on white background

This text has color #C0BEA0 on white background.



Black color preview on #C0BEA0 background

This text has black color on #C0BEA0 background.


White color preview on #C0BEA0 background

This text has white color on #C0BEA0 background.