#C4CCAE

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

Shades of Pale Leaf #C4CCAE

Tints of Pale Leaf #C4CCAE

Color information

#C4CCAE (or 0xC4CCAE) is unknown color: approx Pale Leaf. HEX triplet: C4, CC and AE. RGB value is (196,204,174). Sum of RGB (Red+Green+Blue) = 196+204+174=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCAE is #3B3351. Grayscale: #C6C6C6. Windows color (decimal): -3879762 or 11455684. OLE color: 11455684.

HSL color Cylindrical-coordinate representation of color #C4CCAE: hue angle of 76º 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 #C4CCAE is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB196204174-
CMYK0.0400.150.2
HSL76º22.73%74.12%-
HSV(B)76º14.71%80%-
XYZ5257.9848.49-
YUV198.19114.35126.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.15%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=34.15%
G=35.54%
B=30.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041740.0400.150.27622.7374.12
HexC4CCAE40F144c174a
Octal30431425640172411427112
Binary11000100110011001010111010001111101001001100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCAE; }

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

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

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

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

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

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

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

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