#c5ce8e

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

Shades of Deco #C5CE8E

Tints of Deco #C5CE8E

Color information

#C5CE8E (or 0xC5CE8E) is unknown color: approx Deco. HEX triplet: C5, CE and 8E. RGB value is (197,206,142). Sum of RGB (Red+Green+Blue) = 197+206+142=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CE8E is #3A3171. Grayscale: #C4C4C4. Windows color (decimal): -3813746 or 9359045. OLE color: 9359045.

HSL color Cylindrical-coordinate representation of color #C5CE8E: hue angle of 68.44º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5CE8E is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB197206142-
CMYK0.0400.310.19
HSL68.44º39.51%68.24%-
HSV(B)68.44º31.07%80.78%-
XYZ49.9857.9734.15-
YUV196.0197.52128.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=36.15%
G=37.80%
B=26.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061420.0400.310.1968.4439.5168.24
HexC5CE8E401F13442844
Octal30531621640372310450104
Binary1100010111001110100011101000111111001110001001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5ce8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5ce8e; }

 p { color: rgb(197,206,142); }

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

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

 a { background-color: rgb(197,206,142); }

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

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

 span { border-color: rgb(197,206,142); }

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