#C8D493

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

Shades of Deco #C8D493

Tints of Deco #C8D493

Color information

#C8D493 (or 0xC8D493) is unknown color: approx Deco. HEX triplet: C8, D4 and 93. RGB value is (200,212,147). Sum of RGB (Red+Green+Blue) = 200+212+147=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D493 is #372B6C. Grayscale: #C9C9C9. Windows color (decimal): -3615597 or 9688264. OLE color: 9688264.

HSL color Cylindrical-coordinate representation of color #C8D493: hue angle of 71.08º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8D493 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB200212147-
CMYK0.0600.310.17
HSL71.08º43.05%70.39%-
HSV(B)71.08º30.66%83.14%-
XYZ52.6361.4736.7-
YUV20197.52127.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 147 (57.81% from 255) = 26.30%
R=35.78%
G=37.92%
B=26.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2002121470.0600.310.1771.0843.0570.39
HexC8D493601F11472b46
Octal31032422360372110753106
Binary1100100011010100100100111100111111000110001111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D493; }

 p { color: rgb(200,212,147); }

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

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

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

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

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

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

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