#C6D0AC

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

Shades of Pale Leaf #C6D0AC

Tints of Pale Leaf #C6D0AC

Color information

#C6D0AC (or 0xC6D0AC) is unknown color: approx Pale Leaf. HEX triplet: C6, D0 and AC. RGB value is (198,208,172). Sum of RGB (Red+Green+Blue) = 198+208+172=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D0AC is #392F53. Grayscale: #C9C9C9. Windows color (decimal): -3747668 or 11325638. OLE color: 11325638.

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

Color convert

RGB198208172-
CMYK0.0500.170.18
HSL76.67º27.69%74.51%-
HSV(B)76.67º17.31%81.57%-
XYZ53.2960.147.82-
YUV200.91111.69125.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.26%
GREEN value IS 208 (81.64% from 255) = 35.99%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=34.26%
G=35.99%
B=29.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982081720.0500.170.1876.6727.6974.51
HexC6D0AC5011124d1c4b
Octal30632025450212211534113
Binary110001101101000010101100101010001100101001101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D0AC; }

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

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

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

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

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

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

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

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