Shades of Tenne (Tawny) #C5500B
Tints of Tenne (Tawny) #C5500B
RGB
CMYK
RGB Variations
Color information
#C5500B (or 0xC5500B) is known color: Tenne (Tawny). HEX triplet: C5, 50 and 0B. RGB value is (197,80,11). Sum of RGB (Red+Green+Blue) = 197+80+11=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C5500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5500B is #3AAFF4. Grayscale: #6B6B6B. Windows color (decimal): -3846133 or 741573. OLE color: 741573.
HSL color Cylindrical-coordinate representation of color #C5500B: hue angle of 22.26º 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 #C5500B is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 11 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.23 |
| HSL | 22.26º | 0.89% | 0.41% | - |
| HSV(B) | 22.26º | 0.94% | 0.77% | - |
| XYZ | 25.96 | 17.63 | 2.35 | - |
| YUV | 107.12 | 73.76 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 11 | 0 | 0.59 | 0.94 | 0.23 | 22.26 | 0.89 | 0.41 |
| Hex | C5 | 50 | B | 0 | 3B | 5E | 17 | 16 | 59 | 29 |
| Octal | 305 | 120 | 13 | 0 | 73 | 136 | 27 | 26 | 131 | 51 |
| Binary | 11000101 | 1010000 | 1011 | 0 | 111011 | 1011110 | 10111 | 10110 | 1011001 | 101001 |
Color Harmonies of #C5500B
Complementary color
Monochromatic Colors of #C5500B
Black with #C5500B
Text Example
Text Example
White with #C5500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5500B; }
p { color: rgb(197,80,11); }
H1.HeaderClassName
{
color: #C5500B;
}
.AnyTagClassName
{
color: #C5500B;
}
</style>
background-color css
<style>
a { background-color: #C5500B; }
a { background-color: rgb(197,80,11); }
div.DivClassName
{
background-color: #C5500B;
}
.BgClassName
{
background-color: #C5500B;
}
</style>
border-color css
<style>
span { border-color: #C5500B; }
span { border-color: rgb(197,80,11); }
td.TdClassName
{
border-color: #C5500B;
}
.TagClassName
{
border-color: #C5500B;
}
</style>