#C3CEA9

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

Shades of Pale Leaf #C3CEA9

Tints of Pale Leaf #C3CEA9

Color information

#C3CEA9 (or 0xC3CEA9) is unknown color: approx Pale Leaf. HEX triplet: C3, CE and A9. RGB value is (195,206,169). Sum of RGB (Red+Green+Blue) = 195+206+169=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CEA9 is #3C3156. Grayscale: #C6C6C6. Windows color (decimal): -3944791 or 11128515. OLE color: 11128515.

HSL color Cylindrical-coordinate representation of color #C3CEA9: hue angle of 77.84º 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 #C3CEA9 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB195206169-
CMYK0.0500.180.19
HSL77.84º27.41%73.53%-
HSV(B)77.84º17.96%80.78%-
XYZ51.7458.6146.12-
YUV198.49111.36125.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 206 (80.86% from 255) = 36.14%
BLUE value IS 169 (66.41% from 255) = 29.65%
R=34.21%
G=36.14%
B=29.65%

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
Decimal1952061690.0500.180.1977.8427.4173.53
HexC3CEA95012134e1b4a
Octal30331625150222311633112
Binary110000111100111010101001101010010100111001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEA9; }

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

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

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

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

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

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

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

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