Shades of Tenne (Tawny) #C8590B
Tints of Tenne (Tawny) #C8590B
RGB
CMYK
RGB Variations
Color information
#C8590B (or 0xC8590B) is known color: Tenne (Tawny). HEX triplet: C8, 59 and 0B. RGB value is (200,89,11). Sum of RGB (Red+Green+Blue) = 200+89+11=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8590B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8590B is #37A6F4. Grayscale: #717171. Windows color (decimal): -3647221 or 743880. OLE color: 743880.
HSL color Cylindrical-coordinate representation of color #C8590B: hue angle of 24.76º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8590B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 11 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.22 |
| HSL | 24.76º | 0.9% | 0.41% | - |
| HSV(B) | 24.76º | 0.95% | 0.78% | - |
| XYZ | 27.45 | 19.45 | 2.62 | - |
| YUV | 113.3 | 70.27 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 11 | 0 | 0.56 | 0.94 | 0.22 | 24.76 | 0.9 | 0.41 |
| Hex | C8 | 59 | B | 0 | 38 | 5E | 16 | 19 | 5A | 29 |
| Octal | 310 | 131 | 13 | 0 | 70 | 136 | 26 | 31 | 132 | 51 |
| Binary | 11001000 | 1011001 | 1011 | 0 | 111000 | 1011110 | 10110 | 11001 | 1011010 | 101001 |
Color Harmonies of #C8590B
Complementary color
Monochromatic Colors of #C8590B
Black with #C8590B
Text Example
Text Example
White with #C8590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8590B; }
p { color: rgb(200,89,11); }
H1.HeaderClassName
{
color: #C8590B;
}
.AnyTagClassName
{
color: #C8590B;
}
</style>
background-color css
<style>
a { background-color: #C8590B; }
a { background-color: rgb(200,89,11); }
div.DivClassName
{
background-color: #C8590B;
}
.BgClassName
{
background-color: #C8590B;
}
</style>
border-color css
<style>
span { border-color: #C8590B; }
span { border-color: rgb(200,89,11); }
td.TdClassName
{
border-color: #C8590B;
}
.TagClassName
{
border-color: #C8590B;
}
</style>