Shades of Pale Leaf #C3CFAF
Tints of Pale Leaf #C3CFAF
RGB
CMYK
RGB Variations
Color information
#C3CFAF (or 0xC3CFAF) is known color: Pale Leaf. HEX triplet: C3, CF and AF. RGB value is (195,207,175). Sum of RGB (Red+Green+Blue) = 195+207+175=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CFAF is #3C3050. Grayscale: #C7C7C7. Windows color (decimal): -3944529 or 11521987. OLE color: 11521987.
HSL color Cylindrical-coordinate representation of color #C3CFAF: hue angle of 82.5º 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 #C3CFAF is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 175 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.19 |
| HSL | 82.5º | 0.25% | 0.75% | - |
| HSV(B) | 82.5º | 0.15% | 0.81% | - |
| XYZ | 52.56 | 59.32 | 49.24 | - |
| YUV | 199.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 175 | 0.06 | 0 | 0.15 | 0.19 | 82.5 | 0.25 | 0.75 |
| Hex | C3 | CF | AF | 6 | 0 | F | 13 | 52 | 19 | 4B |
| Octal | 303 | 317 | 257 | 6 | 0 | 17 | 23 | 122 | 31 | 113 |
| Binary | 11000011 | 11001111 | 10101111 | 110 | 0 | 1111 | 10011 | 1010010 | 11001 | 1001011 |
Color Harmonies of #C3CFAF
Complementary color
Monochromatic Colors of #C3CFAF
Black with #C3CFAF
Text Example
Text Example
White with #C3CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFAF; }
p { color: rgb(195,207,175); }
H1.HeaderClassName
{
color: #C3CFAF;
}
.AnyTagClassName
{
color: #C3CFAF;
}
</style>
background-color css
<style>
a { background-color: #C3CFAF; }
a { background-color: rgb(195,207,175); }
div.DivClassName
{
background-color: #C3CFAF;
}
.BgClassName
{
background-color: #C3CFAF;
}
</style>
border-color css
<style>
span { border-color: #C3CFAF; }
span { border-color: rgb(195,207,175); }
td.TdClassName
{
border-color: #C3CFAF;
}
.TagClassName
{
border-color: #C3CFAF;
}
</style>