#C8C88E

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

Shades of Deco #C8C88E

Tints of Deco #C8C88E

Color information

#C8C88E (or 0xC8C88E) is unknown color: approx Deco. HEX triplet: C8, C8 and 8E. RGB value is (200,200,142). Sum of RGB (Red+Green+Blue) = 200+200+142=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C88E is #373771. Grayscale: #C1C1C1. Windows color (decimal): -3618674 or 9357512. OLE color: 9357512.

HSL color Cylindrical-coordinate representation of color #C8C88E: hue angle of 60º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8C88E is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200200142-
CMYK000.290.22
HSL60º34.52%67.06%-
HSV(B)60º29%78.43%-
XYZ49.3655.5433.71-
YUV193.3999132.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.90%
GREEN value IS 200 (78.52% from 255) = 36.90%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=36.90%
G=36.90%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200200142000.290.226034.5267.06
HexC8C88E001D163c2343
Octal3103102160035267443103
Binary1100100011001000100011100011101101101111001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C88E; }

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

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

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

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

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

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

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

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