#C5CEAA

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

Shades of Pale Leaf #C5CEAA

Tints of Pale Leaf #C5CEAA

Color information

#C5CEAA (or 0xC5CEAA) is unknown color: approx Pale Leaf. HEX triplet: C5, CE and AA. RGB value is (197,206,170). Sum of RGB (Red+Green+Blue) = 197+206+170=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CEAA is #3A3155. Grayscale: #C7C7C7. Windows color (decimal): -3813718 or 11194053. OLE color: 11194053.

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

Color convert

RGB197206170-
CMYK0.0400.170.19
HSL75º26.87%73.73%-
HSV(B)75º17.48%80.78%-
XYZ52.3558.9246.64-
YUV199.2111.52126.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.38%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=34.38%
G=35.95%
B=29.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061700.0400.170.197526.8773.73
HexC5CEAA4011134b1b4a
Octal30531625240212311333112
Binary110001011100111010101010100010001100111001011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEAA; }

 p { color: rgb(197,206,170); }

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

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

 a { background-color: rgb(197,206,170); }

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

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

 span { border-color: rgb(197,206,170); }

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