#C4CCAF

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

Shades of Pale Leaf #C4CCAF

Tints of Pale Leaf #C4CCAF

Color information

#C4CCAF (or 0xC4CCAF) is unknown color: approx Pale Leaf. HEX triplet: C4, CC and AF. RGB value is (196,204,175). Sum of RGB (Red+Green+Blue) = 196+204+175=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCAF is #3B3350. Grayscale: #C6C6C6. Windows color (decimal): -3879761 or 11521220. OLE color: 11521220.

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

Color convert

RGB196204175-
CMYK0.0400.140.2
HSL76.55º22.14%74.31%-
HSV(B)76.55º14.22%80%-
XYZ52.158.0249.01-
YUV198.3114.85126.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=34.09%
G=35.48%
B=30.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041750.0400.140.276.5522.1474.31
HexC4CCAF40E144d164a
Octal30431425740162411526112
Binary11000100110011001010111110001110101001001101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCAF; }

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

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

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

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

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

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

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

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