#C7D0AC

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

Shades of Pale Leaf #C7D0AC

Tints of Pale Leaf #C7D0AC

Color information

#C7D0AC (or 0xC7D0AC) is unknown color: approx Pale Leaf. HEX triplet: C7, D0 and AC. RGB value is (199,208,172). Sum of RGB (Red+Green+Blue) = 199+208+172=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D0AC is #382F53. Grayscale: #C9C9C9. Windows color (decimal): -3682132 or 11325639. OLE color: 11325639.

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

Color convert

RGB199208172-
CMYK0.0400.170.18
HSL75º27.69%74.51%-
HSV(B)75º17.31%81.57%-
XYZ53.5660.2347.83-
YUV201.2111.52126.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.37%
GREEN value IS 208 (81.64% from 255) = 35.92%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=34.37%
G=35.92%
B=29.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1992081720.0400.170.187527.6974.51
HexC7D0AC4011124b1c4b
Octal30732025440212211334113
Binary110001111101000010101100100010001100101001011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D0AC; }

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

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

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

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

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

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

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

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