Shades of Tenne (Tawny) #C2590F
Tints of Tenne (Tawny) #C2590F
RGB
CMYK
RGB Variations
Color information
#C2590F (or 0xC2590F) is known color: Tenne (Tawny). HEX triplet: C2, 59 and 0F. RGB value is (194,89,15). Sum of RGB (Red+Green+Blue) = 194+89+15=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C2590F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2590F is #3DA6F0. Grayscale: #707070. Windows color (decimal): -4040433 or 1006018. OLE color: 1006018.
HSL color Cylindrical-coordinate representation of color #C2590F: hue angle of 24.8º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2590F is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 15 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.24 |
| HSL | 24.8º | 0.86% | 0.41% | - |
| HSV(B) | 24.8º | 0.92% | 0.76% | - |
| XYZ | 25.91 | 18.65 | 2.69 | - |
| YUV | 111.96 | 73.29 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 15 | 0 | 0.54 | 0.92 | 0.24 | 24.8 | 0.86 | 0.41 |
| Hex | C2 | 59 | F | 0 | 36 | 5C | 18 | 19 | 56 | 29 |
| Octal | 302 | 131 | 17 | 0 | 66 | 134 | 30 | 31 | 126 | 51 |
| Binary | 11000010 | 1011001 | 1111 | 0 | 110110 | 1011100 | 11000 | 11001 | 1010110 | 101001 |
Color Harmonies of #C2590F
Complementary color
Monochromatic Colors of #C2590F
Black with #C2590F
Text Example
Text Example
White with #C2590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2590F; }
p { color: rgb(194,89,15); }
H1.HeaderClassName
{
color: #C2590F;
}
.AnyTagClassName
{
color: #C2590F;
}
</style>
background-color css
<style>
a { background-color: #C2590F; }
a { background-color: rgb(194,89,15); }
div.DivClassName
{
background-color: #C2590F;
}
.BgClassName
{
background-color: #C2590F;
}
</style>
border-color css
<style>
span { border-color: #C2590F; }
span { border-color: rgb(194,89,15); }
td.TdClassName
{
border-color: #C2590F;
}
.TagClassName
{
border-color: #C2590F;
}
</style>