COLOR #C0CCAC

HEX: #C0CCAC RGB: (192,204,172)

Color info

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

RGB color model

#C0CCAC color RGB value is (192,204,172).

RGB: (192,204,172) (75%, 80%, 67%)

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 172 of 255 = 67%

192
204
172

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

Portions of RGB colors in percentages

R + G + B = 192 + 204 + 172 = 568 (100%)
R 192 of 568 ~ 33.8%
G 204 of 568 ~ 35.92%
B 172 of 568 ~ 30.28'%

%33.8
%35.92
%30.28

CMYK color model

#C0CCAC color CMYK value is (6,0,16,20).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 20.00%
CMYK: (6,0,16,20) C6M0Y16K20 (6%,0%,16%,20%) (0.06/0.00/0.16/0.20) 

CMYK percentages

%5.88
%0
%15.69
%20

Codes

Color #C0CCAC in popluar color models

C0 CC AC
RGB 192 204 172
HSL 83° 23.88% 73.73%
HSB/HSV 83° 15.69% 80.00%
CMYK 5.88% 0.00% 15.69%
20.00%

Color #C0CCAC in popluar number systems.

HEX C0 CC AC
Decimal 192 204 172
Binary 11000000 11001100 10101100
Octal 300 314 254

Shades and tints

Shades of #C0CCAC

#C0CCAC
(192,204,172)
#AFBA9D
(175,186,157)
#9EA88E
(158,168,142)
#8D967F
(141,150,127)
#7C8470
(124,132,112)
#6B7261
(107,114,97)
#5A6052
(90,96,82)
#494E43
(73,78,67)
#383C34
(56,60,52)
#272A25
(39,42,37)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #C0CCAC

#C0CCAC
(192,204,172)
#C5D0B3
(197,208,179)
#CAD4BA
(202,212,186)
#CFD8C1
(207,216,193)
#D4DCC8
(212,220,200)
#D9E0CF
(217,224,207)
#DEE4D6
(222,228,214)
#E3E8DD
(227,232,221)
#E8ECE4
(232,236,228)
#EDF0EB
(237,240,235)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CCAC; }

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

This text font color is #C0CCAC.

Background Color

.myBgColor { background-color: #C0CCAC; }

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

This div background color is #C0CCAC.

Border color

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

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

This div border color is #C0CCAC.

Opacity

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

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

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

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

This text has shadow with #C0CCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0CCAC.

Preview

Color preview on black background

This text has color #C0CCAC on black background.


Color preview on white background

This text has color #C0CCAC on white background.


Black color preview on #C0CCAC background

This text has black color on #C0CCAC background.


White color preview on #C0CCAC background

This text has white color on #C0CCAC background.


Related colors

Complementary color

Complementary color for #hex is #3F3353.


I love getcolorcode.com

Triadic colors

1 #ACC0CC and #CCACC0 with #C0CCAC are triadic colors.

2 #ACCCC0 and #CCC0AC with #C0CCAC are triadic colors.