Shades of Tenne (Tawny) #C55712
Tints of Tenne (Tawny) #C55712
RGB
CMYK
RGB Variations
Color information
#C55712 (or 0xC55712) is known color: Tenne (Tawny). HEX triplet: C5, 57 and 12. RGB value is (197,87,18). Sum of RGB (Red+Green+Blue) = 197+87+18=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C55712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55712 is #3AA8ED. Grayscale: #707070. Windows color (decimal): -3844334 or 1202117. OLE color: 1202117.
HSL color Cylindrical-coordinate representation of color #C55712: hue angle of 23.13º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C55712 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 18 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.23 |
| HSL | 23.13º | 0.83% | 0.42% | - |
| HSV(B) | 23.13º | 0.91% | 0.77% | - |
| XYZ | 26.54 | 18.73 | 2.79 | - |
| YUV | 112.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 18 | 0 | 0.56 | 0.91 | 0.23 | 23.13 | 0.83 | 0.42 |
| Hex | C5 | 57 | 12 | 0 | 38 | 5B | 17 | 17 | 53 | 2A |
| Octal | 305 | 127 | 22 | 0 | 70 | 133 | 27 | 27 | 123 | 52 |
| Binary | 11000101 | 1010111 | 10010 | 0 | 111000 | 1011011 | 10111 | 10111 | 1010011 | 101010 |
Color Harmonies of #C55712
Complementary color
Monochromatic Colors of #C55712
Black with #C55712
Text Example
Text Example
White with #C55712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55712; }
p { color: rgb(197,87,18); }
H1.HeaderClassName
{
color: #C55712;
}
.AnyTagClassName
{
color: #C55712;
}
</style>
background-color css
<style>
a { background-color: #C55712; }
a { background-color: rgb(197,87,18); }
div.DivClassName
{
background-color: #C55712;
}
.BgClassName
{
background-color: #C55712;
}
</style>
border-color css
<style>
span { border-color: #C55712; }
span { border-color: rgb(197,87,18); }
td.TdClassName
{
border-color: #C55712;
}
.TagClassName
{
border-color: #C55712;
}
</style>