#C4CAAF

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

Shades of Pale Leaf #C4CAAF

Tints of Pale Leaf #C4CAAF

Color information

#C4CAAF (or 0xC4CAAF) is unknown color: approx Pale Leaf. HEX triplet: C4, CA and AF. RGB value is (196,202,175). Sum of RGB (Red+Green+Blue) = 196+202+175=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CAAF is #3B3550. Grayscale: #C5C5C5. Windows color (decimal): -3880273 or 11520708. OLE color: 11520708.

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

Color convert

RGB196202175-
CMYK0.0300.130.21
HSL73.33º20.3%73.92%-
HSV(B)73.33º13.37%79.22%-
XYZ51.6257.0748.85-
YUV197.13115.51127.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 175 (68.75% from 255) = 30.54%
R=34.21%
G=35.25%
B=30.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1962021750.0300.130.2173.3320.373.92
HexC4CAAF30D1549144a
Octal30431225730152511124112
Binary1100010011001010101011111101101101011001001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAAF; }

 p { color: rgb(196,202,175); }

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

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

 a { background-color: rgb(196,202,175); }

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

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

 span { border-color: rgb(196,202,175); }

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