#C7D0A9

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

Shades of Pale Leaf #C7D0A9

Tints of Pale Leaf #C7D0A9

Color information

#C7D0A9 (or 0xC7D0A9) is unknown color: approx Pale Leaf. HEX triplet: C7, D0 and A9. RGB value is (199,208,169). Sum of RGB (Red+Green+Blue) = 199+208+169=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D0A9 is #382F56. Grayscale: #C9C9C9. Windows color (decimal): -3682135 or 11129031. OLE color: 11129031.

HSL color Cylindrical-coordinate representation of color #C7D0A9: hue angle of 73.85º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7D0A9 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB199208169-
CMYK0.0400.190.18
HSL73.85º29.32%73.92%-
HSV(B)73.85º18.75%81.57%-
XYZ53.2760.1246.33-
YUV200.86110.02126.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.55%
GREEN value IS 208 (81.64% from 255) = 36.11%
BLUE value IS 169 (66.41% from 255) = 29.34%
R=34.55%
G=36.11%
B=29.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1992081690.0400.190.1873.8529.3273.92
HexC7D0A94013124a1d4a
Octal30732025140232211235112
Binary110001111101000010101001100010011100101001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D0A9; }

 p { color: rgb(199,208,169); }

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

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

 a { background-color: rgb(199,208,169); }

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

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

 span { border-color: rgb(199,208,169); }

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