Shades of Zinnwaldite #F4C0AC
Tints of Zinnwaldite #F4C0AC
RGB
CMYK
RGB Variations
Color information
#F4C0AC (or 0xF4C0AC) is known color: Zinnwaldite. HEX triplet: F4, C0 and AC. RGB value is (244,192,172). Sum of RGB (Red+Green+Blue) = 244+192+172=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C0AC is #0B3F53. Grayscale: #CDCDCD. Windows color (decimal): -737108 or 11321588. OLE color: 11321588.
HSL color Cylindrical-coordinate representation of color #F4C0AC: hue angle of 16.67º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4C0AC is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 172 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.04 |
| HSL | 16.67º | 0.77% | 0.82% | - |
| HSV(B) | 16.67º | 0.3% | 0.96% | - |
| XYZ | 63.6 | 59.91 | 47.24 | - |
| YUV | 205.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 172 | 0 | 0.21 | 0.30 | 0.04 | 16.67 | 0.77 | 0.82 |
| Hex | F4 | C0 | AC | 0 | 15 | 1E | 4 | 11 | 4D | 52 |
| Octal | 364 | 300 | 254 | 0 | 25 | 36 | 4 | 21 | 115 | 122 |
| Binary | 11110100 | 11000000 | 10101100 | 0 | 10101 | 11110 | 100 | 10001 | 1001101 | 1010010 |
Color Harmonies of #F4C0AC
Complementary color
Monochromatic Colors of #F4C0AC
Black with #F4C0AC
Text Example
Text Example
White with #F4C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0AC; }
p { color: rgb(244,192,172); }
H1.HeaderClassName
{
color: #F4C0AC;
}
.AnyTagClassName
{
color: #F4C0AC;
}
</style>
background-color css
<style>
a { background-color: #F4C0AC; }
a { background-color: rgb(244,192,172); }
div.DivClassName
{
background-color: #F4C0AC;
}
.BgClassName
{
background-color: #F4C0AC;
}
</style>
border-color css
<style>
span { border-color: #F4C0AC; }
span { border-color: rgb(244,192,172); }
td.TdClassName
{
border-color: #F4C0AC;
}
.TagClassName
{
border-color: #F4C0AC;
}
</style>