Shades of Tenne (Tawny) #C5500F
Tints of Tenne (Tawny) #C5500F
RGB
CMYK
RGB Variations
Color information
#C5500F (or 0xC5500F) is known color: Tenne (Tawny). HEX triplet: C5, 50 and 0F. RGB value is (197,80,15). Sum of RGB (Red+Green+Blue) = 197+80+15=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5500F is #3AAFF0. Grayscale: #6B6B6B. Windows color (decimal): -3846129 or 1003717. OLE color: 1003717.
HSL color Cylindrical-coordinate representation of color #C5500F: hue angle of 21.43º degrees, saturation: 0.86, 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 #C5500F is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 15 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.23 |
| HSL | 21.43º | 0.86% | 0.42% | - |
| HSV(B) | 21.43º | 0.92% | 0.77% | - |
| XYZ | 25.98 | 17.64 | 2.49 | - |
| YUV | 107.57 | 75.76 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 15 | 0 | 0.59 | 0.92 | 0.23 | 21.43 | 0.86 | 0.42 |
| Hex | C5 | 50 | F | 0 | 3B | 5C | 17 | 15 | 56 | 2A |
| Octal | 305 | 120 | 17 | 0 | 73 | 134 | 27 | 25 | 126 | 52 |
| Binary | 11000101 | 1010000 | 1111 | 0 | 111011 | 1011100 | 10111 | 10101 | 1010110 | 101010 |
Color Harmonies of #C5500F
Complementary color
Monochromatic Colors of #C5500F
Black with #C5500F
Text Example
Text Example
White with #C5500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5500F; }
p { color: rgb(197,80,15); }
H1.HeaderClassName
{
color: #C5500F;
}
.AnyTagClassName
{
color: #C5500F;
}
</style>
background-color css
<style>
a { background-color: #C5500F; }
a { background-color: rgb(197,80,15); }
div.DivClassName
{
background-color: #C5500F;
}
.BgClassName
{
background-color: #C5500F;
}
</style>
border-color css
<style>
span { border-color: #C5500F; }
span { border-color: rgb(197,80,15); }
td.TdClassName
{
border-color: #C5500F;
}
.TagClassName
{
border-color: #C5500F;
}
</style>