#C1C8AD

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

Shades of Pale Leaf #C1C8AD

Tints of Pale Leaf #C1C8AD

Color information

#C1C8AD (or 0xC1C8AD) is unknown color: approx Pale Leaf. HEX triplet: C1, C8 and AD. RGB value is (193,200,173). Sum of RGB (Red+Green+Blue) = 193+200+173=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C8AD is #3E3752. Grayscale: #C2C2C2. Windows color (decimal): -4077395 or 11389121. OLE color: 11389121.

HSL color Cylindrical-coordinate representation of color #C1C8AD: hue angle of 75.56º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1C8AD is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB193200173-
CMYK0.0400.140.22
HSL75.56º19.71%73.14%-
HSV(B)75.56º13.5%78.43%-
XYZ50.1955.6647.63-
YUV194.83115.68126.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.10%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 173 (67.97% from 255) = 30.57%
R=34.10%
G=35.34%
B=30.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1932001730.0400.140.2275.5619.7173.14
HexC1C8AD40E164c1449
Octal30131025540162611424111
Binary11000001110010001010110110001110101101001100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C8AD; }

 p { color: rgb(193,200,173); }

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

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

 a { background-color: rgb(193,200,173); }

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

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

 span { border-color: rgb(193,200,173); }

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