#C8DAA0

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

Shades of Pale Leaf #C8DAA0

Tints of Pale Leaf #C8DAA0

Color information

#C8DAA0 (or 0xC8DAA0) is unknown color: approx Pale Leaf. HEX triplet: C8, DA and A0. RGB value is (200,218,160). Sum of RGB (Red+Green+Blue) = 200+218+160=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAA0 is #37255F. Grayscale: #CECECE. Windows color (decimal): -3614048 or 10541768. OLE color: 10541768.

HSL color Cylindrical-coordinate representation of color #C8DAA0: hue angle of 78.62º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8DAA0 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB200218160-
CMYK0.0800.270.15
HSL78.62º43.94%74.12%-
HSV(B)78.62º26.61%85.49%-
XYZ55.2464.9642.89-
YUV206.01102.04123.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 160 (62.89% from 255) = 27.68%
R=34.60%
G=37.72%
B=27.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002181600.0800.270.1578.6243.9474.12
HexC8DAA0801BF4f2c4a
Octal310332240100331711754112
Binary1100100011011010101000001000011011111110011111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DAA0; }

 p { color: rgb(200,218,160); }

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

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

 a { background-color: rgb(200,218,160); }

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

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

 span { border-color: rgb(200,218,160); }

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