Shades of Pale Leaf #C1CFAD
Tints of Pale Leaf #C1CFAD
RGB
CMYK
RGB Variations
Color information
#C1CFAD (or 0xC1CFAD) is known color: Pale Leaf. HEX triplet: C1, CF and AD. RGB value is (193,207,173). Sum of RGB (Red+Green+Blue) = 193+207+173=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CFAD is #3E3052. Grayscale: #C7C7C7. Windows color (decimal): -4075603 or 11390913. OLE color: 11390913.
HSL color Cylindrical-coordinate representation of color #C1CFAD: hue angle of 84.71º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1CFAD is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 173 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.19 |
| HSL | 84.71º | 0.26% | 0.75% | - |
| HSV(B) | 84.71º | 0.16% | 0.81% | - |
| XYZ | 51.85 | 58.98 | 48.19 | - |
| YUV | 198.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 173 | 0.07 | 0 | 0.16 | 0.19 | 84.71 | 0.26 | 0.75 |
| Hex | C1 | CF | AD | 7 | 0 | 10 | 13 | 55 | 1A | 4B |
| Octal | 301 | 317 | 255 | 7 | 0 | 20 | 23 | 125 | 32 | 113 |
| Binary | 11000001 | 11001111 | 10101101 | 111 | 0 | 10000 | 10011 | 1010101 | 11010 | 1001011 |
Color Harmonies of #C1CFAD
Complementary color
Monochromatic Colors of #C1CFAD
Black with #C1CFAD
Text Example
Text Example
White with #C1CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFAD; }
p { color: rgb(193,207,173); }
H1.HeaderClassName
{
color: #C1CFAD;
}
.AnyTagClassName
{
color: #C1CFAD;
}
</style>
background-color css
<style>
a { background-color: #C1CFAD; }
a { background-color: rgb(193,207,173); }
div.DivClassName
{
background-color: #C1CFAD;
}
.BgClassName
{
background-color: #C1CFAD;
}
</style>
border-color css
<style>
span { border-color: #C1CFAD; }
span { border-color: rgb(193,207,173); }
td.TdClassName
{
border-color: #C1CFAD;
}
.TagClassName
{
border-color: #C1CFAD;
}
</style>