#C3D3AC

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

Shades of Pale Leaf #C3D3AC

Tints of Pale Leaf #C3D3AC

Color information

#C3D3AC (or 0xC3D3AC) is unknown color: approx Pale Leaf. HEX triplet: C3, D3 and AC. RGB value is (195,211,172). Sum of RGB (Red+Green+Blue) = 195+211+172=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D3AC is #3C2C53. Grayscale: #C9C9C9. Windows color (decimal): -3943508 or 11326403. OLE color: 11326403.

HSL color Cylindrical-coordinate representation of color #C3D3AC: hue angle of 84.62º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3D3AC is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB195211172-
CMYK0.0800.180.17
HSL84.62º30.71%75.1%-
HSV(B)84.62º18.48%82.75%-
XYZ53.2561.1748.03-
YUV201.77111.2123.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.74%
GREEN value IS 211 (82.81% from 255) = 36.51%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=33.74%
G=36.51%
B=29.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1952111720.0800.180.1784.6230.7175.1
HexC3D3AC801211551f4b
Octal303323254100222112537113
Binary1100001111010011101011001000010010100011010101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D3AC; }

 p { color: rgb(195,211,172); }

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

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

 a { background-color: rgb(195,211,172); }

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

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

 span { border-color: rgb(195,211,172); }

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