#C8D576

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

Shades of Deco #C8D576

Tints of Deco #C8D576

Color information

#C8D576 (or 0xC8D576) is unknown color: approx Deco. HEX triplet: C8, D5 and 76. RGB value is (200,213,118). Sum of RGB (Red+Green+Blue) = 200+213+118=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D576 is #372A89. Grayscale: #C6C6C6. Windows color (decimal): -3615370 or 7787976. OLE color: 7787976.

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

Color convert

RGB200213118-
CMYK0.0600.450.16
HSL68.21º53.07%64.9%-
HSV(B)68.21º44.6%83.53%-
XYZ50.8861.1826.27-
YUV198.2882.69129.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 118 (46.48% from 255) = 22.22%
R=37.66%
G=40.11%
B=22.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002131180.0600.450.1668.2153.0764.9
HexC8D576602D10443541
Octal31032516660552010465101
Binary1100100011010101111011011001011011000010001001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D576; }

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

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

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

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

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

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

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

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