Shades of Tenne (Tawny) #C2590A
Tints of Tenne (Tawny) #C2590A
RGB
CMYK
RGB Variations
Color information
#C2590A (or 0xC2590A) is known color: Tenne (Tawny). HEX triplet: C2, 59 and 0A. RGB value is (194,89,10). Sum of RGB (Red+Green+Blue) = 194+89+10=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2590A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2590A is #3DA6F5. Grayscale: #6F6F6F. Windows color (decimal): -4040438 or 678338. OLE color: 678338.
HSL color Cylindrical-coordinate representation of color #C2590A: hue angle of 25.76º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2590A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 10 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.24 |
| HSL | 25.76º | 0.9% | 0.4% | - |
| HSV(B) | 25.76º | 0.95% | 0.76% | - |
| XYZ | 25.88 | 18.64 | 2.52 | - |
| YUV | 111.39 | 70.79 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 10 | 0 | 0.54 | 0.95 | 0.24 | 25.76 | 0.9 | 0.4 |
| Hex | C2 | 59 | A | 0 | 36 | 5F | 18 | 1A | 5A | 28 |
| Octal | 302 | 131 | 12 | 0 | 66 | 137 | 30 | 32 | 132 | 50 |
| Binary | 11000010 | 1011001 | 1010 | 0 | 110110 | 1011111 | 11000 | 11010 | 1011010 | 101000 |
Color Harmonies of #C2590A
Complementary color
Monochromatic Colors of #C2590A
Black with #C2590A
Text Example
Text Example
White with #C2590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2590A; }
p { color: rgb(194,89,10); }
H1.HeaderClassName
{
color: #C2590A;
}
.AnyTagClassName
{
color: #C2590A;
}
</style>
background-color css
<style>
a { background-color: #C2590A; }
a { background-color: rgb(194,89,10); }
div.DivClassName
{
background-color: #C2590A;
}
.BgClassName
{
background-color: #C2590A;
}
</style>
border-color css
<style>
span { border-color: #C2590A; }
span { border-color: rgb(194,89,10); }
td.TdClassName
{
border-color: #C2590A;
}
.TagClassName
{
border-color: #C2590A;
}
</style>