Shades of Tenne (Tawny) #CB560C
Tints of Tenne (Tawny) #CB560C
RGB
CMYK
RGB Variations
Color information
#CB560C (or 0xCB560C) is known color: Tenne (Tawny). HEX triplet: CB, 56 and 0C. RGB value is (203,86,12). Sum of RGB (Red+Green+Blue) = 203+86+12=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB560C is #34A9F3. Grayscale: #707070. Windows color (decimal): -3451380 or 808651. OLE color: 808651.
HSL color Cylindrical-coordinate representation of color #CB560C: hue angle of 23.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB560C is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 12 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.20 |
| HSL | 23.25º | 0.89% | 0.42% | - |
| HSV(B) | 23.25º | 0.94% | 0.8% | - |
| XYZ | 28.02 | 19.38 | 2.61 | - |
| YUV | 112.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 12 | 0 | 0.58 | 0.94 | 0.20 | 23.25 | 0.89 | 0.42 |
| Hex | CB | 56 | C | 0 | 3A | 5E | 14 | 17 | 59 | 2A |
| Octal | 313 | 126 | 14 | 0 | 72 | 136 | 24 | 27 | 131 | 52 |
| Binary | 11001011 | 1010110 | 1100 | 0 | 111010 | 1011110 | 10100 | 10111 | 1011001 | 101010 |
Color Harmonies of #CB560C
Complementary color
Monochromatic Colors of #CB560C
Black with #CB560C
Text Example
Text Example
White with #CB560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB560C; }
p { color: rgb(203,86,12); }
H1.HeaderClassName
{
color: #CB560C;
}
.AnyTagClassName
{
color: #CB560C;
}
</style>
background-color css
<style>
a { background-color: #CB560C; }
a { background-color: rgb(203,86,12); }
div.DivClassName
{
background-color: #CB560C;
}
.BgClassName
{
background-color: #CB560C;
}
</style>
border-color css
<style>
span { border-color: #CB560C; }
span { border-color: rgb(203,86,12); }
td.TdClassName
{
border-color: #CB560C;
}
.TagClassName
{
border-color: #CB560C;
}
</style>