#c2cc87

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

Shades of Deco #C2CC87

Tints of Deco #C2CC87

Color information

#C2CC87 (or 0xC2CC87) is unknown color: approx Deco. HEX triplet: C2, CC and 87. RGB value is (194,204,135). Sum of RGB (Red+Green+Blue) = 194+204+135=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CC87 is #3D3378. Grayscale: #C1C1C1. Windows color (decimal): -4010873 or 8899778. OLE color: 8899778.

HSL color Cylindrical-coordinate representation of color #C2CC87: hue angle of 68.7º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2CC87 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB194204135-
CMYK0.0500.340.2
HSL68.7º40.35%66.47%-
HSV(B)68.7º33.82%80%-
XYZ48.2156.431.27-
YUV193.1495.19128.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 135 (53.12% from 255) = 25.33%
R=36.40%
G=38.27%
B=25.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1942041350.0500.340.268.740.3566.47
HexC2CC87502214452842
Octal30231420750422410550102
Binary11000010110011001000011110101000101010010001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2cc87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2cc87; }

 p { color: rgb(194,204,135); }

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

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

 a { background-color: rgb(194,204,135); }

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

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

 span { border-color: rgb(194,204,135); }

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