#C9D5AC

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

Shades of Pale Leaf #C9D5AC

Tints of Pale Leaf #C9D5AC

Color information

#C9D5AC (or 0xC9D5AC) is unknown color: approx Pale Leaf. HEX triplet: C9, D5 and AC. RGB value is (201,213,172). Sum of RGB (Red+Green+Blue) = 201+213+172=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D5AC is #362A53. Grayscale: #CCCCCC. Windows color (decimal): -3549780 or 11326921. OLE color: 11326921.

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

Color convert

RGB201213172-
CMYK0.0600.190.16
HSL77.56º32.8%75.49%-
HSV(B)77.56º19.25%83.53%-
XYZ55.3362.9848.27-
YUV204.74109.52125.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 213 (83.59% from 255) = 36.35%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=34.30%
G=36.35%
B=29.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012131720.0600.190.1677.5632.875.49
HexC9D5AC6013104e214b
Octal31132525460232011641113
Binary1100100111010101101011001100100111000010011101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D5AC; }

 p { color: rgb(201,213,172); }

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

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

 a { background-color: rgb(201,213,172); }

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

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

 span { border-color: rgb(201,213,172); }

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