Shades of Zinnwaldite #F5C0AF
Tints of Zinnwaldite #F5C0AF
RGB
CMYK
RGB Variations
Color information
#F5C0AF (or 0xF5C0AF) is known color: Zinnwaldite. HEX triplet: F5, C0 and AF. RGB value is (245,192,175). Sum of RGB (Red+Green+Blue) = 245+192+175=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C0AF is #0A3F50. Grayscale: #CECECE. Windows color (decimal): -671569 or 11518197. OLE color: 11518197.
HSL color Cylindrical-coordinate representation of color #F5C0AF: hue angle of 14.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5C0AF is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 175 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.04 |
| HSL | 14.57º | 0.78% | 0.82% | - |
| HSV(B) | 14.57º | 0.29% | 0.96% | - |
| XYZ | 64.24 | 60.21 | 48.79 | - |
| YUV | 205.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 175 | 0 | 0.22 | 0.29 | 0.04 | 14.57 | 0.78 | 0.82 |
| Hex | F5 | C0 | AF | 0 | 16 | 1D | 4 | F | 4E | 52 |
| Octal | 365 | 300 | 257 | 0 | 26 | 35 | 4 | 17 | 116 | 122 |
| Binary | 11110101 | 11000000 | 10101111 | 0 | 10110 | 11101 | 100 | 1111 | 1001110 | 1010010 |
Color Harmonies of #F5C0AF
Complementary color
Monochromatic Colors of #F5C0AF
Black with #F5C0AF
Text Example
Text Example
White with #F5C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C0AF; }
p { color: rgb(245,192,175); }
H1.HeaderClassName
{
color: #F5C0AF;
}
.AnyTagClassName
{
color: #F5C0AF;
}
</style>
background-color css
<style>
a { background-color: #F5C0AF; }
a { background-color: rgb(245,192,175); }
div.DivClassName
{
background-color: #F5C0AF;
}
.BgClassName
{
background-color: #F5C0AF;
}
</style>
border-color css
<style>
span { border-color: #F5C0AF; }
span { border-color: rgb(245,192,175); }
td.TdClassName
{
border-color: #F5C0AF;
}
.TagClassName
{
border-color: #F5C0AF;
}
</style>