Shades of Pale Leaf #C1CDAF
Tints of Pale Leaf #C1CDAF
RGB
CMYK
RGB Variations
Color information
#C1CDAF (or 0xC1CDAF) is known color: Pale Leaf. HEX triplet: C1, CD and AF. RGB value is (193,205,175). Sum of RGB (Red+Green+Blue) = 193+205+175=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CDAF is #3E3250. Grayscale: #C6C6C6. Windows color (decimal): -4076113 or 11521473. OLE color: 11521473.
HSL color Cylindrical-coordinate representation of color #C1CDAF: hue angle of 84º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1CDAF is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 175 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.20 |
| HSL | 84º | 0.23% | 0.75% | - |
| HSV(B) | 84º | 0.15% | 0.8% | - |
| XYZ | 51.56 | 58.1 | 49.05 | - |
| YUV | 197.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 175 | 0.06 | 0 | 0.15 | 0.20 | 84 | 0.23 | 0.75 |
| Hex | C1 | CD | AF | 6 | 0 | F | 14 | 54 | 17 | 4B |
| Octal | 301 | 315 | 257 | 6 | 0 | 17 | 24 | 124 | 27 | 113 |
| Binary | 11000001 | 11001101 | 10101111 | 110 | 0 | 1111 | 10100 | 1010100 | 10111 | 1001011 |
Color Harmonies of #C1CDAF
Complementary color
Monochromatic Colors of #C1CDAF
Black with #C1CDAF
Text Example
Text Example
White with #C1CDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDAF; }
p { color: rgb(193,205,175); }
H1.HeaderClassName
{
color: #C1CDAF;
}
.AnyTagClassName
{
color: #C1CDAF;
}
</style>
background-color css
<style>
a { background-color: #C1CDAF; }
a { background-color: rgb(193,205,175); }
div.DivClassName
{
background-color: #C1CDAF;
}
.BgClassName
{
background-color: #C1CDAF;
}
</style>
border-color css
<style>
span { border-color: #C1CDAF; }
span { border-color: rgb(193,205,175); }
td.TdClassName
{
border-color: #C1CDAF;
}
.TagClassName
{
border-color: #C1CDAF;
}
</style>