#C4CEA9

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

Shades of Pale Leaf #C4CEA9

Tints of Pale Leaf #C4CEA9

Color information

#C4CEA9 (or 0xC4CEA9) is unknown color: approx Pale Leaf. HEX triplet: C4, CE and A9. RGB value is (196,206,169). Sum of RGB (Red+Green+Blue) = 196+206+169=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEA9 is #3B3156. Grayscale: #C6C6C6. Windows color (decimal): -3879255 or 11128516. OLE color: 11128516.

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

Color convert

RGB196206169-
CMYK0.0500.180.19
HSL76.22º27.41%73.53%-
HSV(B)76.22º17.96%80.78%-
XYZ5258.7446.13-
YUV198.79111.19126.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 169 (66.41% from 255) = 29.60%
R=34.33%
G=36.08%
B=29.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962061690.0500.180.1976.2227.4173.53
HexC4CEA95012134c1b4a
Octal30431625150222311433112
Binary110001001100111010101001101010010100111001100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CEA9; }

 p { color: rgb(196,206,169); }

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

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

 a { background-color: rgb(196,206,169); }

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

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

 span { border-color: rgb(196,206,169); }

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