Shades of Zinnwaldite #F0C0AC
Tints of Zinnwaldite #F0C0AC
RGB
CMYK
RGB Variations
Color information
#F0C0AC (or 0xF0C0AC) is known color: Zinnwaldite. HEX triplet: F0, C0 and AC. RGB value is (240,192,172). Sum of RGB (Red+Green+Blue) = 240+192+172=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C0AC is #0F3F53. Grayscale: #CCCCCC. Windows color (decimal): -999252 or 11321584. OLE color: 11321584.
HSL color Cylindrical-coordinate representation of color #F0C0AC: hue angle of 17.65º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0C0AC is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 172 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.06 |
| HSL | 17.65º | 0.69% | 0.81% | - |
| HSV(B) | 17.65º | 0.28% | 0.94% | - |
| XYZ | 62.23 | 59.2 | 47.18 | - |
| YUV | 204.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 172 | 0 | 0.20 | 0.28 | 0.06 | 17.65 | 0.69 | 0.81 |
| Hex | F0 | C0 | AC | 0 | 14 | 1C | 6 | 12 | 45 | 51 |
| Octal | 360 | 300 | 254 | 0 | 24 | 34 | 6 | 22 | 105 | 121 |
| Binary | 11110000 | 11000000 | 10101100 | 0 | 10100 | 11100 | 110 | 10010 | 1000101 | 1010001 |
Color Harmonies of #F0C0AC
Complementary color
Monochromatic Colors of #F0C0AC
Black with #F0C0AC
Text Example
Text Example
White with #F0C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C0AC; }
p { color: rgb(240,192,172); }
H1.HeaderClassName
{
color: #F0C0AC;
}
.AnyTagClassName
{
color: #F0C0AC;
}
</style>
background-color css
<style>
a { background-color: #F0C0AC; }
a { background-color: rgb(240,192,172); }
div.DivClassName
{
background-color: #F0C0AC;
}
.BgClassName
{
background-color: #F0C0AC;
}
</style>
border-color css
<style>
span { border-color: #F0C0AC; }
span { border-color: rgb(240,192,172); }
td.TdClassName
{
border-color: #F0C0AC;
}
.TagClassName
{
border-color: #F0C0AC;
}
</style>