Shades of Tenne (Tawny) #C55E0B
Tints of Tenne (Tawny) #C55E0B
RGB
CMYK
RGB Variations
Color information
#C55E0B (or 0xC55E0B) is known color: Tenne (Tawny). HEX triplet: C5, 5E and 0B. RGB value is (197,94,11). Sum of RGB (Red+Green+Blue) = 197+94+11=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55E0B is #3AA1F4. Grayscale: #737373. Windows color (decimal): -3842549 or 745157. OLE color: 745157.
HSL color Cylindrical-coordinate representation of color #C55E0B: hue angle of 26.77º 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 #C55E0B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 11 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.23 |
| HSL | 26.77º | 0.89% | 0.41% | - |
| HSV(B) | 26.77º | 0.94% | 0.77% | - |
| XYZ | 27.09 | 19.9 | 2.73 | - |
| YUV | 115.34 | 69.12 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 11 | 0 | 0.52 | 0.94 | 0.23 | 26.77 | 0.89 | 0.41 |
| Hex | C5 | 5E | B | 0 | 34 | 5E | 17 | 1B | 59 | 29 |
| Octal | 305 | 136 | 13 | 0 | 64 | 136 | 27 | 33 | 131 | 51 |
| Binary | 11000101 | 1011110 | 1011 | 0 | 110100 | 1011110 | 10111 | 11011 | 1011001 | 101001 |
Color Harmonies of #C55E0B
Complementary color
Monochromatic Colors of #C55E0B
Black with #C55E0B
Text Example
Text Example
White with #C55E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E0B; }
p { color: rgb(197,94,11); }
H1.HeaderClassName
{
color: #C55E0B;
}
.AnyTagClassName
{
color: #C55E0B;
}
</style>
background-color css
<style>
a { background-color: #C55E0B; }
a { background-color: rgb(197,94,11); }
div.DivClassName
{
background-color: #C55E0B;
}
.BgClassName
{
background-color: #C55E0B;
}
</style>
border-color css
<style>
span { border-color: #C55E0B; }
span { border-color: rgb(197,94,11); }
td.TdClassName
{
border-color: #C55E0B;
}
.TagClassName
{
border-color: #C55E0B;
}
</style>