Shades of Tenne (Tawny) #C1550B
Tints of Tenne (Tawny) #C1550B
RGB
CMYK
RGB Variations
Color information
#C1550B (or 0xC1550B) is known color: Tenne (Tawny). HEX triplet: C1, 55 and 0B. RGB value is (193,85,11). Sum of RGB (Red+Green+Blue) = 193+85+11=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C1550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1550B is #3EAAF4. Grayscale: #6D6D6D. Windows color (decimal): -4106997 or 742849. OLE color: 742849.
HSL color Cylindrical-coordinate representation of color #C1550B: hue angle of 24.4º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1550B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 11 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.24 |
| HSL | 24.4º | 0.89% | 0.4% | - |
| HSV(B) | 24.4º | 0.94% | 0.76% | - |
| XYZ | 25.3 | 17.86 | 2.43 | - |
| YUV | 108.86 | 72.78 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 11 | 0 | 0.56 | 0.94 | 0.24 | 24.4 | 0.89 | 0.4 |
| Hex | C1 | 55 | B | 0 | 38 | 5E | 18 | 18 | 59 | 28 |
| Octal | 301 | 125 | 13 | 0 | 70 | 136 | 30 | 30 | 131 | 50 |
| Binary | 11000001 | 1010101 | 1011 | 0 | 111000 | 1011110 | 11000 | 11000 | 1011001 | 101000 |
Color Harmonies of #C1550B
Complementary color
Monochromatic Colors of #C1550B
Black with #C1550B
Text Example
Text Example
White with #C1550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1550B; }
p { color: rgb(193,85,11); }
H1.HeaderClassName
{
color: #C1550B;
}
.AnyTagClassName
{
color: #C1550B;
}
</style>
background-color css
<style>
a { background-color: #C1550B; }
a { background-color: rgb(193,85,11); }
div.DivClassName
{
background-color: #C1550B;
}
.BgClassName
{
background-color: #C1550B;
}
</style>
border-color css
<style>
span { border-color: #C1550B; }
span { border-color: rgb(193,85,11); }
td.TdClassName
{
border-color: #C1550B;
}
.TagClassName
{
border-color: #C1550B;
}
</style>