Shades of Tenne (Tawny) #C8590D
Tints of Tenne (Tawny) #C8590D
RGB
CMYK
RGB Variations
Color information
#C8590D (or 0xC8590D) is known color: Tenne (Tawny). HEX triplet: C8, 59 and 0D. RGB value is (200,89,13). Sum of RGB (Red+Green+Blue) = 200+89+13=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C8590D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8590D is #37A6F2. Grayscale: #717171. Windows color (decimal): -3647219 or 874952. OLE color: 874952.
HSL color Cylindrical-coordinate representation of color #C8590D: hue angle of 24.39º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8590D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.22 |
| HSL | 24.39º | 0.88% | 0.42% | - |
| HSV(B) | 24.39º | 0.94% | 0.78% | - |
| XYZ | 27.46 | 19.45 | 2.69 | - |
| YUV | 113.53 | 71.27 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 13 | 0 | 0.56 | 0.94 | 0.22 | 24.39 | 0.88 | 0.42 |
| Hex | C8 | 59 | D | 0 | 38 | 5E | 16 | 18 | 58 | 2A |
| Octal | 310 | 131 | 15 | 0 | 70 | 136 | 26 | 30 | 130 | 52 |
| Binary | 11001000 | 1011001 | 1101 | 0 | 111000 | 1011110 | 10110 | 11000 | 1011000 | 101010 |
Color Harmonies of #C8590D
Complementary color
Monochromatic Colors of #C8590D
Black with #C8590D
Text Example
Text Example
White with #C8590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8590D; }
p { color: rgb(200,89,13); }
H1.HeaderClassName
{
color: #C8590D;
}
.AnyTagClassName
{
color: #C8590D;
}
</style>
background-color css
<style>
a { background-color: #C8590D; }
a { background-color: rgb(200,89,13); }
div.DivClassName
{
background-color: #C8590D;
}
.BgClassName
{
background-color: #C8590D;
}
</style>
border-color css
<style>
span { border-color: #C8590D; }
span { border-color: rgb(200,89,13); }
td.TdClassName
{
border-color: #C8590D;
}
.TagClassName
{
border-color: #C8590D;
}
</style>