#C8D794

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

Shades of Deco #C8D794

Tints of Deco #C8D794

Color information

#C8D794 (or 0xC8D794) is unknown color: approx Deco. HEX triplet: C8, D7 and 94. RGB value is (200,215,148). Sum of RGB (Red+Green+Blue) = 200+215+148=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D794 is #37286B. Grayscale: #CBCBCB. Windows color (decimal): -3614828 or 9754568. OLE color: 9754568.

HSL color Cylindrical-coordinate representation of color #C8D794: hue angle of 73.43º degrees, saturation: 0.46, 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 #C8D794 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB200215148-
CMYK0.0700.310.16
HSL73.43º45.58%71.18%-
HSV(B)73.43º31.16%84.31%-
XYZ53.4763.0237.36-
YUV202.8897.03125.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.52%
GREEN value IS 215 (84.38% from 255) = 38.19%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=35.52%
G=38.19%
B=26.29%

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
Decimal2002151480.0700.310.1673.4345.5871.18
HexC8D794701F10492e47
Octal31032722470372011156107
Binary1100100011010111100101001110111111000010010011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D794; }

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

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

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

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

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

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

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

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