Shades of Tenne (Tawny) #C8590C
Tints of Tenne (Tawny) #C8590C
RGB
CMYK
RGB Variations
Color information
#C8590C (or 0xC8590C) is known color: Tenne (Tawny). HEX triplet: C8, 59 and 0C. RGB value is (200,89,12). Sum of RGB (Red+Green+Blue) = 200+89+12=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8590C is #37A6F3. Grayscale: #717171. Windows color (decimal): -3647220 or 809416. OLE color: 809416.
HSL color Cylindrical-coordinate representation of color #C8590C: hue angle of 24.57º degrees, saturation: 0.89, 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 #C8590C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 12 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.22 |
| HSL | 24.57º | 0.89% | 0.42% | - |
| HSV(B) | 24.57º | 0.94% | 0.78% | - |
| XYZ | 27.46 | 19.45 | 2.65 | - |
| YUV | 113.41 | 70.77 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 12 | 0 | 0.56 | 0.94 | 0.22 | 24.57 | 0.89 | 0.42 |
| Hex | C8 | 59 | C | 0 | 38 | 5E | 16 | 19 | 59 | 2A |
| Octal | 310 | 131 | 14 | 0 | 70 | 136 | 26 | 31 | 131 | 52 |
| Binary | 11001000 | 1011001 | 1100 | 0 | 111000 | 1011110 | 10110 | 11001 | 1011001 | 101010 |
Color Harmonies of #C8590C
Complementary color
Monochromatic Colors of #C8590C
Black with #C8590C
Text Example
Text Example
White with #C8590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8590C; }
p { color: rgb(200,89,12); }
H1.HeaderClassName
{
color: #C8590C;
}
.AnyTagClassName
{
color: #C8590C;
}
</style>
background-color css
<style>
a { background-color: #C8590C; }
a { background-color: rgb(200,89,12); }
div.DivClassName
{
background-color: #C8590C;
}
.BgClassName
{
background-color: #C8590C;
}
</style>
border-color css
<style>
span { border-color: #C8590C; }
span { border-color: rgb(200,89,12); }
td.TdClassName
{
border-color: #C8590C;
}
.TagClassName
{
border-color: #C8590C;
}
</style>