COLOR #C0CCA5

HEX: #C0CCA5
RGB: (192,204,165)

Color info

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

RGB color model

#C0CCA5 color RGB value is (192,204,165).

  • red value is 192;
  • green value is 204;
  • blue value is 165.
RGB:
(192,204,165)
(75%,80%,65%)

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 165 of 255 = 65%

192
204
165

R + G + B ~ 73%. #C0CCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 204 + 165 = 561 (100%)
R 192 of 561 ~ 34.22%
G 204 of 561 ~ 36.36%
B 165 of 561 ~ 29.41%

%34.22
%36.36
%29.41

CMYK color model

#C0CCA5 color CMYK value is (6,0,19,20).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 20.00%
CMYK:
(6,0,19,20)
C6M0Y19K20 
(6%,0%,19%,20%)
(0.06/0.00/0.19/0.20)	

CMYK percentages

%5.88
%0
%19.12
%20

Codes

Color #C0CCA5 in popluar color models

C0CCA5
RGB192204165
HSL78°27.66%72.35%
HSB/HSV78°19.12%80.00%
CMYK5.88%0.00%19.12%
20.00%

Color #C0CCA5 in popluar number systems.

HEXC0CCA5
Decimal192204165
Binary110000001100110010100101
Octal300314245

Shades and tints

Shades of #C0CCA5

#C0CCA5
(192,204,165)
#AFBA96
(175,186,150)
#9EA887
(158,168,135)
#8D9678
(141,150,120)
#7C8469
(124,132,105)
#6B725A
(107,114,90)
#5A604B
(90,96,75)
#494E3C
(73,78,60)
#383C2D
(56,60,45)
#272A1E
(39,42,30)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #C0CCA5

#C0CCA5
(192,204,165)
#C5D0AD
(197,208,173)
#CAD4B5
(202,212,181)
#CFD8BD
(207,216,189)
#D4DCC5
(212,220,197)
#D9E0CD
(217,224,205)
#DEE4D5
(222,228,213)
#E3E8DD
(227,232,221)
#E8ECE5
(232,236,229)
#EDF0ED
(237,240,237)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CCA5 color. Also use rgb(192,204,165) instead hex code.

Text Font Color

.myTextColor { color: #C0CCA5; }

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

This text font color is #C0CCA5.


Background Color

.myBgColor { background-color: #C0CCA5; }

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

This div background color is #C0CCA5.


Border color

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

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

This div border color is #C0CCA5.


Opacity

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

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

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

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

This text has shadow with #C0CCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CCA5 on black background.


Color preview on white background

This text has color #C0CCA5 on white background.



Black color preview on #C0CCA5 background

This text has black color on #C0CCA5 background.


White color preview on #C0CCA5 background

This text has white color on #C0CCA5 background.