#C8D7AF

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

Shades of Pale Leaf #C8D7AF

Tints of Pale Leaf #C8D7AF

Color information

#C8D7AF (or 0xC8D7AF) is unknown color: approx Pale Leaf. HEX triplet: C8, D7 and AF. RGB value is (200,215,175). Sum of RGB (Red+Green+Blue) = 200+215+175=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D7AF is #372850. Grayscale: #CECECE. Windows color (decimal): -3614801 or 11524040. OLE color: 11524040.

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

Color convert

RGB200215175-
CMYK0.0700.190.16
HSL82.5º33.33%76.47%-
HSV(B)82.5º18.6%84.31%-
XYZ55.8663.9849.96-
YUV205.96110.53123.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.90%
GREEN value IS 215 (84.38% from 255) = 36.44%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=33.90%
G=36.44%
B=29.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002151750.0700.190.1682.533.3376.47
HexC8D7AF70131052214c
Octal31032725770232012241114
Binary1100100011010111101011111110100111000010100101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D7AF; }

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

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

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

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

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

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

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

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