Shades of Zinnwaldite #F5C0AD
Tints of Zinnwaldite #F5C0AD
RGB
CMYK
RGB Variations
Color information
#F5C0AD (or 0xF5C0AD) is known color: Zinnwaldite. HEX triplet: F5, C0 and AD. RGB value is (245,192,173). Sum of RGB (Red+Green+Blue) = 245+192+173=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C0AD is #0A3F52. Grayscale: #CDCDCD. Windows color (decimal): -671571 or 11387125. OLE color: 11387125.
HSL color Cylindrical-coordinate representation of color #F5C0AD: hue angle of 15.83º 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 #F5C0AD is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 173 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.04 |
| HSL | 15.83º | 0.78% | 0.82% | - |
| HSV(B) | 15.83º | 0.29% | 0.96% | - |
| XYZ | 64.05 | 60.13 | 47.77 | - |
| YUV | 205.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 173 | 0 | 0.22 | 0.29 | 0.04 | 15.83 | 0.78 | 0.82 |
| Hex | F5 | C0 | AD | 0 | 16 | 1D | 4 | 10 | 4E | 52 |
| Octal | 365 | 300 | 255 | 0 | 26 | 35 | 4 | 20 | 116 | 122 |
| Binary | 11110101 | 11000000 | 10101101 | 0 | 10110 | 11101 | 100 | 10000 | 1001110 | 1010010 |
Color Harmonies of #F5C0AD
Complementary color
Monochromatic Colors of #F5C0AD
Black with #F5C0AD
Text Example
Text Example
White with #F5C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C0AD; }
p { color: rgb(245,192,173); }
H1.HeaderClassName
{
color: #F5C0AD;
}
.AnyTagClassName
{
color: #F5C0AD;
}
</style>
background-color css
<style>
a { background-color: #F5C0AD; }
a { background-color: rgb(245,192,173); }
div.DivClassName
{
background-color: #F5C0AD;
}
.BgClassName
{
background-color: #F5C0AD;
}
</style>
border-color css
<style>
span { border-color: #F5C0AD; }
span { border-color: rgb(245,192,173); }
td.TdClassName
{
border-color: #F5C0AD;
}
.TagClassName
{
border-color: #F5C0AD;
}
</style>