Shades of Pale Leaf #C1C8AB
Tints of Pale Leaf #C1C8AB
RGB
CMYK
RGB Variations
Color information
#C1C8AB (or 0xC1C8AB) is known color: Pale Leaf. HEX triplet: C1, C8 and AB. RGB value is (193,200,171). Sum of RGB (Red+Green+Blue) = 193+200+171=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C8AB is #3E3754. Grayscale: #C2C2C2. Windows color (decimal): -4077397 or 11258049. OLE color: 11258049.
HSL color Cylindrical-coordinate representation of color #C1C8AB: hue angle of 74.48º degrees, saturation: 0.21, 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 #C1C8AB is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 200 | 171 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.22 |
| HSL | 74.48º | 0.21% | 0.73% | - |
| HSV(B) | 74.48º | 0.15% | 0.78% | - |
| XYZ | 50 | 55.59 | 46.62 | - |
| YUV | 194.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 171 | 0.04 | 0 | 0.14 | 0.22 | 74.48 | 0.21 | 0.73 |
| Hex | C1 | C8 | AB | 4 | 0 | E | 16 | 4A | 15 | 49 |
| Octal | 301 | 310 | 253 | 4 | 0 | 16 | 26 | 112 | 25 | 111 |
| Binary | 11000001 | 11001000 | 10101011 | 100 | 0 | 1110 | 10110 | 1001010 | 10101 | 1001001 |
Color Harmonies of #C1C8AB
Complementary color
Monochromatic Colors of #C1C8AB
Black with #C1C8AB
Text Example
Text Example
White with #C1C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C8AB; }
p { color: rgb(193,200,171); }
H1.HeaderClassName
{
color: #C1C8AB;
}
.AnyTagClassName
{
color: #C1C8AB;
}
</style>
background-color css
<style>
a { background-color: #C1C8AB; }
a { background-color: rgb(193,200,171); }
div.DivClassName
{
background-color: #C1C8AB;
}
.BgClassName
{
background-color: #C1C8AB;
}
</style>
border-color css
<style>
span { border-color: #C1C8AB; }
span { border-color: rgb(193,200,171); }
td.TdClassName
{
border-color: #C1C8AB;
}
.TagClassName
{
border-color: #C1C8AB;
}
</style>