#C7D3AC

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

Shades of Pale Leaf #C7D3AC

Tints of Pale Leaf #C7D3AC

Color information

#C7D3AC (or 0xC7D3AC) is unknown color: approx Pale Leaf. HEX triplet: C7, D3 and AC. RGB value is (199,211,172). Sum of RGB (Red+Green+Blue) = 199+211+172=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D3AC is #382C53. Grayscale: #CBCBCB. Windows color (decimal): -3681364 or 11326407. OLE color: 11326407.

HSL color Cylindrical-coordinate representation of color #C7D3AC: hue angle of 78.46º 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 #C7D3AC is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB199211172-
CMYK0.0600.180.17
HSL78.46º30.71%75.1%-
HSV(B)78.46º18.48%82.75%-
XYZ54.2961.7148.08-
YUV202.97110.52125.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.19%
GREEN value IS 211 (82.81% from 255) = 36.25%
BLUE value IS 172 (67.58% from 255) = 29.55%
R=34.19%
G=36.25%
B=29.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1992111720.0600.180.1778.4630.7175.1
HexC7D3AC6012114e1f4b
Octal30732325460222111637113
Binary110001111101001110101100110010010100011001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D3AC; }

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

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

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

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

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

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

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

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