#C8D795

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

Shades of Deco #C8D795

Tints of Deco #C8D795

Color information

#C8D795 (or 0xC8D795) is unknown color: approx Deco. HEX triplet: C8, D7 and 95. RGB value is (200,215,149). Sum of RGB (Red+Green+Blue) = 200+215+149=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D795 is #37286A. Grayscale: #CBCBCB. Windows color (decimal): -3614827 or 9820104. OLE color: 9820104.

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

Color convert

RGB200215149-
CMYK0.0700.310.16
HSL73.64º45.21%71.37%-
HSV(B)73.64º30.7%84.31%-
XYZ53.5463.0537.78-
YUV202.9997.53125.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.46%
GREEN value IS 215 (84.38% from 255) = 38.12%
BLUE value IS 149 (58.59% from 255) = 26.42%
R=35.46%
G=38.12%
B=26.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002151490.0700.310.1673.6445.2171.37
HexC8D795701F104a2d47
Octal31032722570372011255107
Binary1100100011010111100101011110111111000010010101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D795; }

 p { color: rgb(200,215,149); }

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

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

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

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

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

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

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