#C8CCA0

Color #C8CCA0 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C8CCA0

Tints of Green Mist #C8CCA0

Color information

#C8CCA0 (or 0xC8CCA0) is unknown color: approx Green Mist. HEX triplet: C8, CC and A0. RGB value is (200,204,160). Sum of RGB (Red+Green+Blue) = 200+204+160=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CCA0 is #37335F. Grayscale: #C5C5C5. Windows color (decimal): -3617632 or 10538184. OLE color: 10538184.

HSL color Cylindrical-coordinate representation of color #C8CCA0: hue angle of 65.45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8CCA0 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB200204160-
CMYK0.0200.220.2
HSL65.45º30.14%71.37%-
HSV(B)65.45º21.57%80%-
XYZ51.765841.73-
YUV197.79106.67129.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 35.46%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 160 (62.89% from 255) = 28.37%
R=35.46%
G=36.17%
B=28.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002041600.0200.220.265.4530.1471.37
HexC8CCA0201614411e47
Octal31031424020262410136107
Binary11001000110011001010000010010110101001000001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCA0; }

 p { color: rgb(200,204,160); }

 H1.HeaderClassName
 {
   color: #C8CCA0;
 }
 .AnyTagClassName
 {
   color: #C8CCA0;
 }
</style>
background-color css

<style>
 a { background-color: #C8CCA0; }

 a { background-color: rgb(200,204,160); }

 div.DivClassName
 {
   background-color: #C8CCA0;
 }
 .BgClassName
 {
   background-color: #C8CCA0;
 }
</style>
border-color css

<style>
 span { border-color: #C8CCA0; }

 span { border-color: rgb(200,204,160); }

 td.TdClassName
 {
   border-color: #C8CCA0;
 }
 .TagClassName
 {
   border-color: #C8CCA0;
 }
</style>