Shades of Tenne (Tawny) #C25712
Tints of Tenne (Tawny) #C25712
RGB
CMYK
RGB Variations
Color information
#C25712 (or 0xC25712) is known color: Tenne (Tawny). HEX triplet: C2, 57 and 12. RGB value is (194,87,18). Sum of RGB (Red+Green+Blue) = 194+87+18=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C25712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25712 is #3DA8ED. Grayscale: #6F6F6F. Windows color (decimal): -4040942 or 1202114. OLE color: 1202114.
HSL color Cylindrical-coordinate representation of color #C25712: hue angle of 23.52º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C25712 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 18 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.24 |
| HSL | 23.52º | 0.83% | 0.42% | - |
| HSV(B) | 23.52º | 0.91% | 0.76% | - |
| XYZ | 25.77 | 18.33 | 2.75 | - |
| YUV | 111.13 | 75.45 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 18 | 0 | 0.55 | 0.91 | 0.24 | 23.52 | 0.83 | 0.42 |
| Hex | C2 | 57 | 12 | 0 | 37 | 5B | 18 | 18 | 53 | 2A |
| Octal | 302 | 127 | 22 | 0 | 67 | 133 | 30 | 30 | 123 | 52 |
| Binary | 11000010 | 1010111 | 10010 | 0 | 110111 | 1011011 | 11000 | 11000 | 1010011 | 101010 |
Color Harmonies of #C25712
Complementary color
Monochromatic Colors of #C25712
Black with #C25712
Text Example
Text Example
White with #C25712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25712; }
p { color: rgb(194,87,18); }
H1.HeaderClassName
{
color: #C25712;
}
.AnyTagClassName
{
color: #C25712;
}
</style>
background-color css
<style>
a { background-color: #C25712; }
a { background-color: rgb(194,87,18); }
div.DivClassName
{
background-color: #C25712;
}
.BgClassName
{
background-color: #C25712;
}
</style>
border-color css
<style>
span { border-color: #C25712; }
span { border-color: rgb(194,87,18); }
td.TdClassName
{
border-color: #C25712;
}
.TagClassName
{
border-color: #C25712;
}
</style>