#C6CFAC

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

Shades of Pale Leaf #C6CFAC

Tints of Pale Leaf #C6CFAC

Color information

#C6CFAC (or 0xC6CFAC) is unknown color: approx Pale Leaf. HEX triplet: C6, CF and AC. RGB value is (198,207,172). Sum of RGB (Red+Green+Blue) = 198+207+172=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CFAC is #393053. Grayscale: #C8C8C8. Windows color (decimal): -3747924 or 11325382. OLE color: 11325382.

HSL color Cylindrical-coordinate representation of color #C6CFAC: hue angle of 75.43º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6CFAC is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB198207172-
CMYK0.0400.170.19
HSL75.43º26.72%74.31%-
HSV(B)75.43º16.91%81.18%-
XYZ53.0559.6147.74-
YUV200.32112.02126.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.32%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=34.32%
G=35.88%
B=29.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982071720.0400.170.1975.4326.7274.31
HexC6CFAC4011134b1b4a
Octal30631725440212311333112
Binary110001101100111110101100100010001100111001011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CFAC; }

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

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

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

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

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

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

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

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