#C8D58E

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

Shades of Deco #C8D58E

Tints of Deco #C8D58E

Color information

#C8D58E (or 0xC8D58E) is unknown color: approx Deco. HEX triplet: C8, D5 and 8E. RGB value is (200,213,142). Sum of RGB (Red+Green+Blue) = 200+213+142=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D58E is #372A71. Grayscale: #C9C9C9. Windows color (decimal): -3615346 or 9360840. OLE color: 9360840.

HSL color Cylindrical-coordinate representation of color #C8D58E: hue angle of 70.99º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8D58E is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB200213142-
CMYK0.0600.330.16
HSL70.99º45.81%69.61%-
HSV(B)70.99º33.33%83.53%-
XYZ52.561.8234.76-
YUV201.0294.69127.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.04%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 142 (55.86% from 255) = 25.59%
R=36.04%
G=38.38%
B=25.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002131420.0600.330.1670.9945.8169.61
HexC8D58E602110472e46
Octal31032521660412010756106
Binary11001000110101011000111011001000011000010001111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D58E; }

 p { color: rgb(200,213,142); }

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

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

 a { background-color: rgb(200,213,142); }

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

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

 span { border-color: rgb(200,213,142); }

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