#C8D08D

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

Shades of Deco #C8D08D

Tints of Deco #C8D08D

Color information

#C8D08D (or 0xC8D08D) is unknown color: approx Deco. HEX triplet: C8, D0 and 8D. RGB value is (200,208,141). Sum of RGB (Red+Green+Blue) = 200+208+141=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D08D is #372F72. Grayscale: #C6C6C6. Windows color (decimal): -3616627 or 9294024. OLE color: 9294024.

HSL color Cylindrical-coordinate representation of color #C8D08D: hue angle of 67.16º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8D08D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB200208141-
CMYK0.0400.320.18
HSL67.16º41.61%68.43%-
HSV(B)67.16º32.21%81.57%-
XYZ51.1859.3133.95-
YUV197.9795.85129.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.43%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=36.43%
G=37.89%
B=25.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002081410.0400.320.1867.1641.6168.43
HexC8D08D402012432a44
Octal31032021540402210352104
Binary11001000110100001000110110001000001001010000111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D08D; }

 p { color: rgb(200,208,141); }

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

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

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

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

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

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

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