Shades of Tenne (Tawny) #C25713
Tints of Tenne (Tawny) #C25713
RGB
CMYK
RGB Variations
Color information
#C25713 (or 0xC25713) is known color: Tenne (Tawny). HEX triplet: C2, 57 and 13. RGB value is (194,87,19). Sum of RGB (Red+Green+Blue) = 194+87+19=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C25713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25713 is #3DA8EC. Grayscale: #6F6F6F. Windows color (decimal): -4040941 or 1267650. OLE color: 1267650.
HSL color Cylindrical-coordinate representation of color #C25713: hue angle of 23.31º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C25713 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 19 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.24 |
| HSL | 23.31º | 0.82% | 0.42% | - |
| HSV(B) | 23.31º | 0.9% | 0.76% | - |
| XYZ | 25.77 | 18.33 | 2.8 | - |
| YUV | 111.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 19 | 0 | 0.55 | 0.90 | 0.24 | 23.31 | 0.82 | 0.42 |
| Hex | C2 | 57 | 13 | 0 | 37 | 5A | 18 | 17 | 52 | 2A |
| Octal | 302 | 127 | 23 | 0 | 67 | 132 | 30 | 27 | 122 | 52 |
| Binary | 11000010 | 1010111 | 10011 | 0 | 110111 | 1011010 | 11000 | 10111 | 1010010 | 101010 |
Color Harmonies of #C25713
Complementary color
Monochromatic Colors of #C25713
Black with #C25713
Text Example
Text Example
White with #C25713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25713; }
p { color: rgb(194,87,19); }
H1.HeaderClassName
{
color: #C25713;
}
.AnyTagClassName
{
color: #C25713;
}
</style>
background-color css
<style>
a { background-color: #C25713; }
a { background-color: rgb(194,87,19); }
div.DivClassName
{
background-color: #C25713;
}
.BgClassName
{
background-color: #C25713;
}
</style>
border-color css
<style>
span { border-color: #C25713; }
span { border-color: rgb(194,87,19); }
td.TdClassName
{
border-color: #C25713;
}
.TagClassName
{
border-color: #C25713;
}
</style>