Shades of Tenne (Tawny) #C2580D
Tints of Tenne (Tawny) #C2580D
RGB
CMYK
RGB Variations
Color information
#C2580D (or 0xC2580D) is known color: Tenne (Tawny). HEX triplet: C2, 58 and 0D. RGB value is (194,88,13). Sum of RGB (Red+Green+Blue) = 194+88+13=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C2580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2580D is #3DA7F2. Grayscale: #6F6F6F. Windows color (decimal): -4040691 or 874690. OLE color: 874690.
HSL color Cylindrical-coordinate representation of color #C2580D: hue angle of 24.86º 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 #C2580D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 13 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.24 |
| HSL | 24.86º | 0.87% | 0.41% | - |
| HSV(B) | 24.86º | 0.93% | 0.76% | - |
| XYZ | 25.81 | 18.48 | 2.59 | - |
| YUV | 111.14 | 72.62 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 13 | 0 | 0.55 | 0.93 | 0.24 | 24.86 | 0.87 | 0.41 |
| Hex | C2 | 58 | D | 0 | 37 | 5D | 18 | 19 | 57 | 29 |
| Octal | 302 | 130 | 15 | 0 | 67 | 135 | 30 | 31 | 127 | 51 |
| Binary | 11000010 | 1011000 | 1101 | 0 | 110111 | 1011101 | 11000 | 11001 | 1010111 | 101001 |
Color Harmonies of #C2580D
Complementary color
Monochromatic Colors of #C2580D
Black with #C2580D
Text Example
Text Example
White with #C2580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2580D; }
p { color: rgb(194,88,13); }
H1.HeaderClassName
{
color: #C2580D;
}
.AnyTagClassName
{
color: #C2580D;
}
</style>
background-color css
<style>
a { background-color: #C2580D; }
a { background-color: rgb(194,88,13); }
div.DivClassName
{
background-color: #C2580D;
}
.BgClassName
{
background-color: #C2580D;
}
</style>
border-color css
<style>
span { border-color: #C2580D; }
span { border-color: rgb(194,88,13); }
td.TdClassName
{
border-color: #C2580D;
}
.TagClassName
{
border-color: #C2580D;
}
</style>