Shades of Tenne (Tawny) #C7550B
Tints of Tenne (Tawny) #C7550B
RGB
CMYK
RGB Variations
Color information
#C7550B (or 0xC7550B) is known color: Tenne (Tawny). HEX triplet: C7, 55 and 0B. RGB value is (199,85,11). Sum of RGB (Red+Green+Blue) = 199+85+11=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7550B is #38AAF4. Grayscale: #6F6F6F. Windows color (decimal): -3713781 or 742855. OLE color: 742855.
HSL color Cylindrical-coordinate representation of color #C7550B: hue angle of 23.62º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7550B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.22 |
| HSL | 23.62º | 0.9% | 0.41% | - |
| HSV(B) | 23.62º | 0.94% | 0.78% | - |
| XYZ | 26.86 | 18.66 | 2.5 | - |
| YUV | 110.65 | 71.77 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 11 | 0 | 0.57 | 0.94 | 0.22 | 23.62 | 0.9 | 0.41 |
| Hex | C7 | 55 | B | 0 | 39 | 5E | 16 | 18 | 5A | 29 |
| Octal | 307 | 125 | 13 | 0 | 71 | 136 | 26 | 30 | 132 | 51 |
| Binary | 11000111 | 1010101 | 1011 | 0 | 111001 | 1011110 | 10110 | 11000 | 1011010 | 101001 |
Color Harmonies of #C7550B
Complementary color
Monochromatic Colors of #C7550B
Black with #C7550B
Text Example
Text Example
White with #C7550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7550B; }
p { color: rgb(199,85,11); }
H1.HeaderClassName
{
color: #C7550B;
}
.AnyTagClassName
{
color: #C7550B;
}
</style>
background-color css
<style>
a { background-color: #C7550B; }
a { background-color: rgb(199,85,11); }
div.DivClassName
{
background-color: #C7550B;
}
.BgClassName
{
background-color: #C7550B;
}
</style>
border-color css
<style>
span { border-color: #C7550B; }
span { border-color: rgb(199,85,11); }
td.TdClassName
{
border-color: #C7550B;
}
.TagClassName
{
border-color: #C7550B;
}
</style>