COLOR #C0CAB0

HEX: #C0CAB0
RGB: (192,202,176)

Color info

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

RGB color model

#C0CAB0 color RGB value is (192,202,176).

  • red value is 192;
  • green value is 202;
  • blue value is 176.
RGB:
(192,202,176)
(75%,79%,69%)

RGB channels and saturation

R 192 of 255 = 75%
G 202 of 255 = 79%
B 176 of 255 = 69%

192
202
176

R + G + B ~ 74%. #C0CAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 202 + 176 = 570 (100%)
R 192 of 570 ~ 33.68%
G 202 of 570 ~ 35.44%
B 176 of 570 ~ 30.88%

%33.68
%35.44
%30.88

CMYK color model

#C0CAB0 color CMYK value is (5,0,13,21).

  • cyan value is 4.95%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 20.78%
CMYK:
(5,0,13,21)
C5M0Y13K21 
(5%,0%,13%,21%)
(0.05/0.00/0.13/0.21)	

CMYK percentages

%4.95
%0
%12.87
%20.78

Codes

Color #C0CAB0 in popluar color models

C0CAB0
RGB192202176
HSL83°19.70%74.12%
HSB/HSV83°12.87%79.22%
CMYK4.95%0.00%12.87%
20.78%

Color #C0CAB0 in popluar number systems.

HEXC0CAB0
Decimal192202176
Binary110000001100101010110000
Octal300312260

Shades and tints

Shades of #C0CAB0

#C0CAB0
(192,202,176)
#AFB8A0
(175,184,160)
#9EA690
(158,166,144)
#8D9480
(141,148,128)
#7C8270
(124,130,112)
#6B7060
(107,112,96)
#5A5E50
(90,94,80)
#494C40
(73,76,64)
#383A30
(56,58,48)
#272820
(39,40,32)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #C0CAB0

#C0CAB0
(192,202,176)
#C5CEB7
(197,206,183)
#CAD2BE
(202,210,190)
#CFD6C5
(207,214,197)
#D4DACC
(212,218,204)
#D9DED3
(217,222,211)
#DEE2DA
(222,226,218)
#E3E6E1
(227,230,225)
#E8EAE8
(232,234,232)
#EDEEEF
(237,238,239)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CAB0 color. Also use rgb(192,202,176) instead hex code.

Text Font Color

.myTextColor { color: #C0CAB0; }

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

This text font color is #C0CAB0.


Background Color

.myBgColor { background-color: #C0CAB0; }

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

This div background color is #C0CAB0.


Border color

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

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

This div border color is #C0CAB0.


Opacity

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

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

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

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

This text has shadow with #C0CAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CAB0 on black background.


Color preview on white background

This text has color #C0CAB0 on white background.



Black color preview on #C0CAB0 background

This text has black color on #C0CAB0 background.


White color preview on #C0CAB0 background

This text has white color on #C0CAB0 background.