#C4D3A0

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

Shades of Pale Leaf #C4D3A0

Tints of Pale Leaf #C4D3A0

Color information

#C4D3A0 (or 0xC4D3A0) is unknown color: approx Pale Leaf. HEX triplet: C4, D3 and A0. RGB value is (196,211,160). Sum of RGB (Red+Green+Blue) = 196+211+160=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D3A0 is #3B2C5F. Grayscale: #C8C8C8. Windows color (decimal): -3877984 or 10539972. OLE color: 10539972.

HSL color Cylindrical-coordinate representation of color #C4D3A0: hue angle of 77.65º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4D3A0 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB196211160-
CMYK0.0700.240.17
HSL77.65º36.69%72.75%-
HSV(B)77.65º24.17%82.75%-
XYZ52.460.8642.24-
YUV200.7105.03124.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 211 (82.81% from 255) = 37.21%
BLUE value IS 160 (62.89% from 255) = 28.22%
R=34.57%
G=37.21%
B=28.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1962111600.0700.240.1777.6536.6972.75
HexC4D3A07018114e2549
Octal30432324070302111645111
Binary1100010011010011101000001110110001000110011101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D3A0; }

 p { color: rgb(196,211,160); }

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

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

 a { background-color: rgb(196,211,160); }

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

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

 span { border-color: rgb(196,211,160); }

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