Shades of Tenne (Tawny) #CF560C
Tints of Tenne (Tawny) #CF560C
RGB
CMYK
RGB Variations
Color information
#CF560C (or 0xCF560C) is known color: Tenne (Tawny). HEX triplet: CF, 56 and 0C. RGB value is (207,86,12). Sum of RGB (Red+Green+Blue) = 207+86+12=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF560C is #30A9F3. Grayscale: #727272. Windows color (decimal): -3189236 or 808655. OLE color: 808655.
HSL color Cylindrical-coordinate representation of color #CF560C: hue angle of 22.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF560C is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 12 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.19 |
| HSL | 22.77º | 0.89% | 0.43% | - |
| HSV(B) | 22.77º | 0.94% | 0.81% | - |
| XYZ | 29.13 | 19.95 | 2.66 | - |
| YUV | 113.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 12 | 0 | 0.58 | 0.94 | 0.19 | 22.77 | 0.89 | 0.43 |
| Hex | CF | 56 | C | 0 | 3A | 5E | 13 | 17 | 59 | 2B |
| Octal | 317 | 126 | 14 | 0 | 72 | 136 | 23 | 27 | 131 | 53 |
| Binary | 11001111 | 1010110 | 1100 | 0 | 111010 | 1011110 | 10011 | 10111 | 1011001 | 101011 |
Color Harmonies of #CF560C
Complementary color
Monochromatic Colors of #CF560C
Black with #CF560C
Text Example
Text Example
White with #CF560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF560C; }
p { color: rgb(207,86,12); }
H1.HeaderClassName
{
color: #CF560C;
}
.AnyTagClassName
{
color: #CF560C;
}
</style>
background-color css
<style>
a { background-color: #CF560C; }
a { background-color: rgb(207,86,12); }
div.DivClassName
{
background-color: #CF560C;
}
.BgClassName
{
background-color: #CF560C;
}
</style>
border-color css
<style>
span { border-color: #CF560C; }
span { border-color: rgb(207,86,12); }
td.TdClassName
{
border-color: #CF560C;
}
.TagClassName
{
border-color: #CF560C;
}
</style>