Shades of Tenne (Tawny) #C55D10
Tints of Tenne (Tawny) #C55D10
RGB
CMYK
RGB Variations
Color information
#C55D10 (or 0xC55D10) is known color: Tenne (Tawny). HEX triplet: C5, 5D and 10. RGB value is (197,93,16). Sum of RGB (Red+Green+Blue) = 197+93+16=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55D10 is #3AA2EF. Grayscale: #737373. Windows color (decimal): -3842800 or 1072581. OLE color: 1072581.
HSL color Cylindrical-coordinate representation of color #C55D10: hue angle of 25.52º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C55D10 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 16 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.23 |
| HSL | 25.52º | 0.85% | 0.42% | - |
| HSV(B) | 25.52º | 0.92% | 0.77% | - |
| XYZ | 27.03 | 19.74 | 2.87 | - |
| YUV | 115.32 | 71.96 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 16 | 0 | 0.53 | 0.92 | 0.23 | 25.52 | 0.85 | 0.42 |
| Hex | C5 | 5D | 10 | 0 | 35 | 5C | 17 | 1A | 55 | 2A |
| Octal | 305 | 135 | 20 | 0 | 65 | 134 | 27 | 32 | 125 | 52 |
| Binary | 11000101 | 1011101 | 10000 | 0 | 110101 | 1011100 | 10111 | 11010 | 1010101 | 101010 |
Color Harmonies of #C55D10
Complementary color
Monochromatic Colors of #C55D10
Black with #C55D10
Text Example
Text Example
White with #C55D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D10; }
p { color: rgb(197,93,16); }
H1.HeaderClassName
{
color: #C55D10;
}
.AnyTagClassName
{
color: #C55D10;
}
</style>
background-color css
<style>
a { background-color: #C55D10; }
a { background-color: rgb(197,93,16); }
div.DivClassName
{
background-color: #C55D10;
}
.BgClassName
{
background-color: #C55D10;
}
</style>
border-color css
<style>
span { border-color: #C55D10; }
span { border-color: rgb(197,93,16); }
td.TdClassName
{
border-color: #C55D10;
}
.TagClassName
{
border-color: #C55D10;
}
</style>