#C3D0AC

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

Shades of Pale Leaf #C3D0AC

Tints of Pale Leaf #C3D0AC

Color information

#C3D0AC (or 0xC3D0AC) is unknown color: approx Pale Leaf. HEX triplet: C3, D0 and AC. RGB value is (195,208,172). Sum of RGB (Red+Green+Blue) = 195+208+172=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D0AC is #3C2F53. Grayscale: #C8C8C8. Windows color (decimal): -3944276 or 11325635. OLE color: 11325635.

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

Color convert

RGB195208172-
CMYK0.0600.170.18
HSL81.67º27.69%74.51%-
HSV(B)81.67º17.31%81.57%-
XYZ52.5159.6947.78-
YUV200.01112.19124.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.91%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=33.91%
G=36.17%
B=29.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952081720.0600.170.1881.6727.6974.51
HexC3D0AC601112521c4b
Octal30332025460212212234113
Binary110000111101000010101100110010001100101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D0AC; }

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

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

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

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

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

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

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

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