#C4CFAA

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

Shades of Pale Leaf #C4CFAA

Tints of Pale Leaf #C4CFAA

Color information

#C4CFAA (or 0xC4CFAA) is unknown color: approx Pale Leaf. HEX triplet: C4, CF and AA. RGB value is (196,207,170). Sum of RGB (Red+Green+Blue) = 196+207+170=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CFAA is #3B3055. Grayscale: #C7C7C7. Windows color (decimal): -3878998 or 11194308. OLE color: 11194308.

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

Color convert

RGB196207170-
CMYK0.0500.180.19
HSL77.84º27.82%73.92%-
HSV(B)77.84º17.87%81.18%-
XYZ52.3359.2646.71-
YUV199.49111.36125.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=34.21%
G=36.13%
B=29.67%

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
Decimal1962071700.0500.180.1977.8427.8273.92
HexC4CFAA5012134e1c4a
Octal30431725250222311634112
Binary110001001100111110101010101010010100111001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFAA; }

 p { color: rgb(196,207,170); }

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

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

 a { background-color: rgb(196,207,170); }

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

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

 span { border-color: rgb(196,207,170); }

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