Shades of Zinnwaldite #F4C0AD
Tints of Zinnwaldite #F4C0AD
RGB
CMYK
RGB Variations
Color information
#F4C0AD (or 0xF4C0AD) is known color: Zinnwaldite. HEX triplet: F4, C0 and AD. RGB value is (244,192,173). Sum of RGB (Red+Green+Blue) = 244+192+173=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C0AD is #0B3F52. Grayscale: #CDCDCD. Windows color (decimal): -737107 or 11387124. OLE color: 11387124.
HSL color Cylindrical-coordinate representation of color #F4C0AD: hue angle of 16.06º degrees, saturation: 0.76, 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 #F4C0AD is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 173 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.04 |
| HSL | 16.06º | 0.76% | 0.82% | - |
| HSV(B) | 16.06º | 0.29% | 0.96% | - |
| XYZ | 63.7 | 59.95 | 47.75 | - |
| YUV | 205.38 | 109.73 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 173 | 0 | 0.21 | 0.29 | 0.04 | 16.06 | 0.76 | 0.82 |
| Hex | F4 | C0 | AD | 0 | 15 | 1D | 4 | 10 | 4C | 52 |
| Octal | 364 | 300 | 255 | 0 | 25 | 35 | 4 | 20 | 114 | 122 |
| Binary | 11110100 | 11000000 | 10101101 | 0 | 10101 | 11101 | 100 | 10000 | 1001100 | 1010010 |
Color Harmonies of #F4C0AD
Complementary color
Monochromatic Colors of #F4C0AD
Black with #F4C0AD
Text Example
Text Example
White with #F4C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0AD; }
p { color: rgb(244,192,173); }
H1.HeaderClassName
{
color: #F4C0AD;
}
.AnyTagClassName
{
color: #F4C0AD;
}
</style>
background-color css
<style>
a { background-color: #F4C0AD; }
a { background-color: rgb(244,192,173); }
div.DivClassName
{
background-color: #F4C0AD;
}
.BgClassName
{
background-color: #F4C0AD;
}
</style>
border-color css
<style>
span { border-color: #F4C0AD; }
span { border-color: rgb(244,192,173); }
td.TdClassName
{
border-color: #F4C0AD;
}
.TagClassName
{
border-color: #F4C0AD;
}
</style>