Shades of Tenne (Tawny) #C0590B
Tints of Tenne (Tawny) #C0590B
RGB
CMYK
RGB Variations
Color information
#C0590B (or 0xC0590B) is known color: Tenne (Tawny). HEX triplet: C0, 59 and 0B. RGB value is (192,89,11). Sum of RGB (Red+Green+Blue) = 192+89+11=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0590B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0590B is #3FA6F4. Grayscale: #6F6F6F. Windows color (decimal): -4171509 or 743872. OLE color: 743872.
HSL color Cylindrical-coordinate representation of color #C0590B: hue angle of 25.86º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0590B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.25 |
| HSL | 25.86º | 0.89% | 0.4% | - |
| HSV(B) | 25.86º | 0.94% | 0.75% | - |
| XYZ | 25.37 | 18.38 | 2.53 | - |
| YUV | 110.91 | 71.62 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 11 | 0 | 0.54 | 0.94 | 0.25 | 25.86 | 0.89 | 0.4 |
| Hex | C0 | 59 | B | 0 | 36 | 5E | 19 | 1A | 59 | 28 |
| Octal | 300 | 131 | 13 | 0 | 66 | 136 | 31 | 32 | 131 | 50 |
| Binary | 11000000 | 1011001 | 1011 | 0 | 110110 | 1011110 | 11001 | 11010 | 1011001 | 101000 |
Color Harmonies of #C0590B
Complementary color
Monochromatic Colors of #C0590B
Black with #C0590B
Text Example
Text Example
White with #C0590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0590B; }
p { color: rgb(192,89,11); }
H1.HeaderClassName
{
color: #C0590B;
}
.AnyTagClassName
{
color: #C0590B;
}
</style>
background-color css
<style>
a { background-color: #C0590B; }
a { background-color: rgb(192,89,11); }
div.DivClassName
{
background-color: #C0590B;
}
.BgClassName
{
background-color: #C0590B;
}
</style>
border-color css
<style>
span { border-color: #C0590B; }
span { border-color: rgb(192,89,11); }
td.TdClassName
{
border-color: #C0590B;
}
.TagClassName
{
border-color: #C0590B;
}
</style>