#C6D3A5

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

Shades of Pale Leaf #C6D3A5

Tints of Pale Leaf #C6D3A5

Color information

#C6D3A5 (or 0xC6D3A5) is unknown color: approx Pale Leaf. HEX triplet: C6, D3 and A5. RGB value is (198,211,165). Sum of RGB (Red+Green+Blue) = 198+211+165=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D3A5 is #392C5A. Grayscale: #CACACA. Windows color (decimal): -3746907 or 10867654. OLE color: 10867654.

HSL color Cylindrical-coordinate representation of color #C6D3A5: hue angle of 76.96º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6D3A5 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB198211165-
CMYK0.0600.220.17
HSL76.96º34.33%73.73%-
HSV(B)76.96º21.8%82.75%-
XYZ53.3761.3144.62-
YUV201.87107.19125.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.49%
GREEN value IS 211 (82.81% from 255) = 36.76%
BLUE value IS 165 (64.84% from 255) = 28.75%
R=34.49%
G=36.76%
B=28.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1982111650.0600.220.1776.9634.3373.73
HexC6D3A56016114d224a
Octal30632324560262111542112
Binary1100011011010011101001011100101101000110011011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D3A5; }

 p { color: rgb(198,211,165); }

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

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

 a { background-color: rgb(198,211,165); }

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

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

 span { border-color: rgb(198,211,165); }

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