Shades of Tenne (Tawny) #CF560B
Tints of Tenne (Tawny) #CF560B
RGB
CMYK
RGB Variations
Color information
#CF560B (or 0xCF560B) is known color: Tenne (Tawny). HEX triplet: CF, 56 and 0B. RGB value is (207,86,11). Sum of RGB (Red+Green+Blue) = 207+86+11=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF560B is #30A9F4. Grayscale: #727272. Windows color (decimal): -3189237 or 743119. OLE color: 743119.
HSL color Cylindrical-coordinate representation of color #CF560B: hue angle of 22.96º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF560B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.19 |
| HSL | 22.96º | 0.9% | 0.43% | - |
| HSV(B) | 22.96º | 0.95% | 0.81% | - |
| XYZ | 29.12 | 19.95 | 2.63 | - |
| YUV | 113.63 | 70.09 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 11 | 0 | 0.58 | 0.95 | 0.19 | 22.96 | 0.9 | 0.43 |
| Hex | CF | 56 | B | 0 | 3A | 5F | 13 | 17 | 5A | 2B |
| Octal | 317 | 126 | 13 | 0 | 72 | 137 | 23 | 27 | 132 | 53 |
| Binary | 11001111 | 1010110 | 1011 | 0 | 111010 | 1011111 | 10011 | 10111 | 1011010 | 101011 |
Color Harmonies of #CF560B
Complementary color
Monochromatic Colors of #CF560B
Black with #CF560B
Text Example
Text Example
White with #CF560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF560B; }
p { color: rgb(207,86,11); }
H1.HeaderClassName
{
color: #CF560B;
}
.AnyTagClassName
{
color: #CF560B;
}
</style>
background-color css
<style>
a { background-color: #CF560B; }
a { background-color: rgb(207,86,11); }
div.DivClassName
{
background-color: #CF560B;
}
.BgClassName
{
background-color: #CF560B;
}
</style>
border-color css
<style>
span { border-color: #CF560B; }
span { border-color: rgb(207,86,11); }
td.TdClassName
{
border-color: #CF560B;
}
.TagClassName
{
border-color: #CF560B;
}
</style>