#C7D6AC

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

Shades of Pale Leaf #C7D6AC

Tints of Pale Leaf #C7D6AC

Color information

#C7D6AC (or 0xC7D6AC) is unknown color: approx Pale Leaf. HEX triplet: C7, D6 and AC. RGB value is (199,214,172). Sum of RGB (Red+Green+Blue) = 199+214+172=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D6AC is #382953. Grayscale: #CCCCCC. Windows color (decimal): -3680596 or 11327175. OLE color: 11327175.

HSL color Cylindrical-coordinate representation of color #C7D6AC: hue angle of 81.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7D6AC is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB199214172-
CMYK0.0700.200.16
HSL81.43º33.87%75.69%-
HSV(B)81.43º19.63%83.92%-
XYZ55.0563.2148.33-
YUV204.73109.53123.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.02%
GREEN value IS 214 (83.98% from 255) = 36.58%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=34.02%
G=36.58%
B=29.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1992141720.0700.200.1681.4333.8775.69
HexC7D6AC70141051224c
Octal30732625470242012142114
Binary1100011111010110101011001110101001000010100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D6AC; }

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

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

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

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

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

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

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

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