#C5CCAE

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

Shades of Pale Leaf #C5CCAE

Tints of Pale Leaf #C5CCAE

Color information

#C5CCAE (or 0xC5CCAE) is unknown color: approx Pale Leaf. HEX triplet: C5, CC and AE. RGB value is (197,204,174). Sum of RGB (Red+Green+Blue) = 197+204+174=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCAE is #3A3351. Grayscale: #C6C6C6. Windows color (decimal): -3814226 or 11455685. OLE color: 11455685.

HSL color Cylindrical-coordinate representation of color #C5CCAE: hue angle of 74º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5CCAE is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB197204174-
CMYK0.0300.150.2
HSL74º22.73%74.12%-
HSV(B)74º14.71%80%-
XYZ52.2658.1148.51-
YUV198.49114.18126.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=34.26%
G=35.48%
B=30.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972041740.0300.150.27422.7374.12
HexC5CCAE30F144a174a
Octal30531425630172411227112
Binary1100010111001100101011101101111101001001010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCAE; }

 p { color: rgb(197,204,174); }

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

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

 a { background-color: rgb(197,204,174); }

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

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

 span { border-color: rgb(197,204,174); }

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