Shades of Tenne (Tawny) #C5500C
Tints of Tenne (Tawny) #C5500C
RGB
CMYK
RGB Variations
Color information
#C5500C (or 0xC5500C) is known color: Tenne (Tawny). HEX triplet: C5, 50 and 0C. RGB value is (197,80,12). Sum of RGB (Red+Green+Blue) = 197+80+12=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5500C is #3AAFF3. Grayscale: #6B6B6B. Windows color (decimal): -3846132 or 807109. OLE color: 807109.
HSL color Cylindrical-coordinate representation of color #C5500C: hue angle of 22.05º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5500C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 12 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.23 |
| HSL | 22.05º | 0.89% | 0.41% | - |
| HSV(B) | 22.05º | 0.94% | 0.77% | - |
| XYZ | 25.96 | 17.63 | 2.38 | - |
| YUV | 107.23 | 74.26 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 12 | 0 | 0.59 | 0.94 | 0.23 | 22.05 | 0.89 | 0.41 |
| Hex | C5 | 50 | C | 0 | 3B | 5E | 17 | 16 | 59 | 29 |
| Octal | 305 | 120 | 14 | 0 | 73 | 136 | 27 | 26 | 131 | 51 |
| Binary | 11000101 | 1010000 | 1100 | 0 | 111011 | 1011110 | 10111 | 10110 | 1011001 | 101001 |
Color Harmonies of #C5500C
Complementary color
Monochromatic Colors of #C5500C
Black with #C5500C
Text Example
Text Example
White with #C5500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5500C; }
p { color: rgb(197,80,12); }
H1.HeaderClassName
{
color: #C5500C;
}
.AnyTagClassName
{
color: #C5500C;
}
</style>
background-color css
<style>
a { background-color: #C5500C; }
a { background-color: rgb(197,80,12); }
div.DivClassName
{
background-color: #C5500C;
}
.BgClassName
{
background-color: #C5500C;
}
</style>
border-color css
<style>
span { border-color: #C5500C; }
span { border-color: rgb(197,80,12); }
td.TdClassName
{
border-color: #C5500C;
}
.TagClassName
{
border-color: #C5500C;
}
</style>