#C2CE87

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

Shades of Deco #C2CE87

Tints of Deco #C2CE87

Color information

#C2CE87 (or 0xC2CE87) is unknown color: approx Deco. HEX triplet: C2, CE and 87. RGB value is (194,206,135). Sum of RGB (Red+Green+Blue) = 194+206+135=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CE87 is #3D3178. Grayscale: #C2C2C2. Windows color (decimal): -4010361 or 8900290. OLE color: 8900290.

HSL color Cylindrical-coordinate representation of color #C2CE87: hue angle of 70.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2CE87 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB194206135-
CMYK0.0600.340.19
HSL70.14º42.01%66.86%-
HSV(B)70.14º34.47%80.78%-
XYZ48.6957.3631.43-
YUV194.3294.52127.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 206 (80.86% from 255) = 38.50%
BLUE value IS 135 (53.12% from 255) = 25.23%
R=36.26%
G=38.50%
B=25.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061350.0600.340.1970.1442.0166.86
HexC2CE87602213462a43
Octal30231620760422310652103
Binary11000010110011101000011111001000101001110001101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CE87; }

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

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

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

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

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

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

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

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