Shades of Tenne (Tawny) #C55A10
Tints of Tenne (Tawny) #C55A10
RGB
CMYK
RGB Variations
Color information
#C55A10 (or 0xC55A10) is known color: Tenne (Tawny). HEX triplet: C5, 5A and 10. RGB value is (197,90,16). Sum of RGB (Red+Green+Blue) = 197+90+16=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A10 is #3AA5EF. Grayscale: #717171. Windows color (decimal): -3843568 or 1071813. OLE color: 1071813.
HSL color Cylindrical-coordinate representation of color #C55A10: hue angle of 24.53º 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 #C55A10 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 16 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.23 |
| HSL | 24.53º | 0.85% | 0.42% | - |
| HSV(B) | 24.53º | 0.92% | 0.77% | - |
| XYZ | 26.78 | 19.22 | 2.79 | - |
| YUV | 113.56 | 72.95 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 16 | 0 | 0.54 | 0.92 | 0.23 | 24.53 | 0.85 | 0.42 |
| Hex | C5 | 5A | 10 | 0 | 36 | 5C | 17 | 19 | 55 | 2A |
| Octal | 305 | 132 | 20 | 0 | 66 | 134 | 27 | 31 | 125 | 52 |
| Binary | 11000101 | 1011010 | 10000 | 0 | 110110 | 1011100 | 10111 | 11001 | 1010101 | 101010 |
Color Harmonies of #C55A10
Complementary color
Monochromatic Colors of #C55A10
Black with #C55A10
Text Example
Text Example
White with #C55A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A10; }
p { color: rgb(197,90,16); }
H1.HeaderClassName
{
color: #C55A10;
}
.AnyTagClassName
{
color: #C55A10;
}
</style>
background-color css
<style>
a { background-color: #C55A10; }
a { background-color: rgb(197,90,16); }
div.DivClassName
{
background-color: #C55A10;
}
.BgClassName
{
background-color: #C55A10;
}
</style>
border-color css
<style>
span { border-color: #C55A10; }
span { border-color: rgb(197,90,16); }
td.TdClassName
{
border-color: #C55A10;
}
.TagClassName
{
border-color: #C55A10;
}
</style>