Shades of Zinnwaldite #F0C5AF
Tints of Zinnwaldite #F0C5AF
RGB
CMYK
RGB Variations
Color information
#F0C5AF (or 0xF0C5AF) is known color: Zinnwaldite. HEX triplet: F0, C5 and AF. RGB value is (240,197,175). Sum of RGB (Red+Green+Blue) = 240+197+175=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C5AF is #0F3A50. Grayscale: #CFCFCF. Windows color (decimal): -997969 or 11519472. OLE color: 11519472.
HSL color Cylindrical-coordinate representation of color #F0C5AF: hue angle of 20.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0C5AF is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 175 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.06 |
| HSL | 20.31º | 0.68% | 0.81% | - |
| HSV(B) | 20.31º | 0.27% | 0.94% | - |
| XYZ | 63.64 | 61.55 | 49.08 | - |
| YUV | 207.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 175 | 0 | 0.18 | 0.27 | 0.06 | 20.31 | 0.68 | 0.81 |
| Hex | F0 | C5 | AF | 0 | 12 | 1B | 6 | 14 | 44 | 51 |
| Octal | 360 | 305 | 257 | 0 | 22 | 33 | 6 | 24 | 104 | 121 |
| Binary | 11110000 | 11000101 | 10101111 | 0 | 10010 | 11011 | 110 | 10100 | 1000100 | 1010001 |
Color Harmonies of #F0C5AF
Complementary color
Monochromatic Colors of #F0C5AF
Black with #F0C5AF
Text Example
Text Example
White with #F0C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C5AF; }
p { color: rgb(240,197,175); }
H1.HeaderClassName
{
color: #F0C5AF;
}
.AnyTagClassName
{
color: #F0C5AF;
}
</style>
background-color css
<style>
a { background-color: #F0C5AF; }
a { background-color: rgb(240,197,175); }
div.DivClassName
{
background-color: #F0C5AF;
}
.BgClassName
{
background-color: #F0C5AF;
}
</style>
border-color css
<style>
span { border-color: #F0C5AF; }
span { border-color: rgb(240,197,175); }
td.TdClassName
{
border-color: #F0C5AF;
}
.TagClassName
{
border-color: #F0C5AF;
}
</style>