Shades of Zinnwaldite #F1C0A5
Tints of Zinnwaldite #F1C0A5
RGB
CMYK
RGB Variations
Color information
#F1C0A5 (or 0xF1C0A5) is known color: Zinnwaldite. HEX triplet: F1, C0 and A5. RGB value is (241,192,165). Sum of RGB (Red+Green+Blue) = 241+192+165=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C0A5 is #0E3F5A. Grayscale: #CBCBCB. Windows color (decimal): -933723 or 10862833. OLE color: 10862833.
HSL color Cylindrical-coordinate representation of color #F1C0A5: hue angle of 21.32º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1C0A5 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 165 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.05 |
| HSL | 21.32º | 0.73% | 0.8% | - |
| HSV(B) | 21.32º | 0.32% | 0.95% | - |
| XYZ | 61.92 | 59.12 | 43.74 | - |
| YUV | 203.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 165 | 0 | 0.20 | 0.32 | 0.05 | 21.32 | 0.73 | 0.8 |
| Hex | F1 | C0 | A5 | 0 | 14 | 20 | 5 | 15 | 49 | 50 |
| Octal | 361 | 300 | 245 | 0 | 24 | 40 | 5 | 25 | 111 | 120 |
| Binary | 11110001 | 11000000 | 10100101 | 0 | 10100 | 100000 | 101 | 10101 | 1001001 | 1010000 |
Color Harmonies of #F1C0A5
Complementary color
Monochromatic Colors of #F1C0A5
Black with #F1C0A5
Text Example
Text Example
White with #F1C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C0A5; }
p { color: rgb(241,192,165); }
H1.HeaderClassName
{
color: #F1C0A5;
}
.AnyTagClassName
{
color: #F1C0A5;
}
</style>
background-color css
<style>
a { background-color: #F1C0A5; }
a { background-color: rgb(241,192,165); }
div.DivClassName
{
background-color: #F1C0A5;
}
.BgClassName
{
background-color: #F1C0A5;
}
</style>
border-color css
<style>
span { border-color: #F1C0A5; }
span { border-color: rgb(241,192,165); }
td.TdClassName
{
border-color: #F1C0A5;
}
.TagClassName
{
border-color: #F1C0A5;
}
</style>