Shades of Pale Leaf #C1CFAF
Tints of Pale Leaf #C1CFAF
RGB
CMYK
RGB Variations
Color information
#C1CFAF (or 0xC1CFAF) is known color: Pale Leaf. HEX triplet: C1, CF and AF. RGB value is (193,207,175). Sum of RGB (Red+Green+Blue) = 193+207+175=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CFAF is #3E3050. Grayscale: #C7C7C7. Windows color (decimal): -4075601 or 11521985. OLE color: 11521985.
HSL color Cylindrical-coordinate representation of color #C1CFAF: hue angle of 86.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1CFAF is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 175 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.19 |
| HSL | 86.25º | 0.25% | 0.75% | - |
| HSV(B) | 86.25º | 0.15% | 0.81% | - |
| XYZ | 52.04 | 59.06 | 49.21 | - |
| YUV | 199.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 175 | 0.07 | 0 | 0.15 | 0.19 | 86.25 | 0.25 | 0.75 |
| Hex | C1 | CF | AF | 7 | 0 | F | 13 | 56 | 19 | 4B |
| Octal | 301 | 317 | 257 | 7 | 0 | 17 | 23 | 126 | 31 | 113 |
| Binary | 11000001 | 11001111 | 10101111 | 111 | 0 | 1111 | 10011 | 1010110 | 11001 | 1001011 |
Color Harmonies of #C1CFAF
Complementary color
Monochromatic Colors of #C1CFAF
Black with #C1CFAF
Text Example
Text Example
White with #C1CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFAF; }
p { color: rgb(193,207,175); }
H1.HeaderClassName
{
color: #C1CFAF;
}
.AnyTagClassName
{
color: #C1CFAF;
}
</style>
background-color css
<style>
a { background-color: #C1CFAF; }
a { background-color: rgb(193,207,175); }
div.DivClassName
{
background-color: #C1CFAF;
}
.BgClassName
{
background-color: #C1CFAF;
}
</style>
border-color css
<style>
span { border-color: #C1CFAF; }
span { border-color: rgb(193,207,175); }
td.TdClassName
{
border-color: #C1CFAF;
}
.TagClassName
{
border-color: #C1CFAF;
}
</style>