Shades of Tenne (Tawny) #C2590D
Tints of Tenne (Tawny) #C2590D
RGB
CMYK
RGB Variations
Color information
#C2590D (or 0xC2590D) is known color: Tenne (Tawny). HEX triplet: C2, 59 and 0D. RGB value is (194,89,13). Sum of RGB (Red+Green+Blue) = 194+89+13=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C2590D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2590D is #3DA6F2. Grayscale: #707070. Windows color (decimal): -4040435 or 874946. OLE color: 874946.
HSL color Cylindrical-coordinate representation of color #C2590D: hue angle of 25.19º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2590D is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 13 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.24 |
| HSL | 25.19º | 0.87% | 0.41% | - |
| HSV(B) | 25.19º | 0.93% | 0.76% | - |
| XYZ | 25.89 | 18.64 | 2.61 | - |
| YUV | 111.73 | 72.29 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 13 | 0 | 0.54 | 0.93 | 0.24 | 25.19 | 0.87 | 0.41 |
| Hex | C2 | 59 | D | 0 | 36 | 5D | 18 | 19 | 57 | 29 |
| Octal | 302 | 131 | 15 | 0 | 66 | 135 | 30 | 31 | 127 | 51 |
| Binary | 11000010 | 1011001 | 1101 | 0 | 110110 | 1011101 | 11000 | 11001 | 1010111 | 101001 |
Color Harmonies of #C2590D
Complementary color
Monochromatic Colors of #C2590D
Black with #C2590D
Text Example
Text Example
White with #C2590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2590D; }
p { color: rgb(194,89,13); }
H1.HeaderClassName
{
color: #C2590D;
}
.AnyTagClassName
{
color: #C2590D;
}
</style>
background-color css
<style>
a { background-color: #C2590D; }
a { background-color: rgb(194,89,13); }
div.DivClassName
{
background-color: #C2590D;
}
.BgClassName
{
background-color: #C2590D;
}
</style>
border-color css
<style>
span { border-color: #C2590D; }
span { border-color: rgb(194,89,13); }
td.TdClassName
{
border-color: #C2590D;
}
.TagClassName
{
border-color: #C2590D;
}
</style>