Shades of Tenne (Tawny) #C1520B
Tints of Tenne (Tawny) #C1520B
RGB
CMYK
RGB Variations
Color information
#C1520B (or 0xC1520B) is known color: Tenne (Tawny). HEX triplet: C1, 52 and 0B. RGB value is (193,82,11). Sum of RGB (Red+Green+Blue) = 193+82+11=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C1520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1520B is #3EADF4. Grayscale: #6B6B6B. Windows color (decimal): -4107765 or 742081. OLE color: 742081.
HSL color Cylindrical-coordinate representation of color #C1520B: hue angle of 23.41º 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 #C1520B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 11 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.24 |
| HSL | 23.41º | 0.89% | 0.4% | - |
| HSV(B) | 23.41º | 0.94% | 0.76% | - |
| XYZ | 25.07 | 17.4 | 2.35 | - |
| YUV | 107.1 | 73.77 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 11 | 0 | 0.58 | 0.94 | 0.24 | 23.41 | 0.89 | 0.4 |
| Hex | C1 | 52 | B | 0 | 3A | 5E | 18 | 17 | 59 | 28 |
| Octal | 301 | 122 | 13 | 0 | 72 | 136 | 30 | 27 | 131 | 50 |
| Binary | 11000001 | 1010010 | 1011 | 0 | 111010 | 1011110 | 11000 | 10111 | 1011001 | 101000 |
Color Harmonies of #C1520B
Complementary color
Monochromatic Colors of #C1520B
Black with #C1520B
Text Example
Text Example
White with #C1520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1520B; }
p { color: rgb(193,82,11); }
H1.HeaderClassName
{
color: #C1520B;
}
.AnyTagClassName
{
color: #C1520B;
}
</style>
background-color css
<style>
a { background-color: #C1520B; }
a { background-color: rgb(193,82,11); }
div.DivClassName
{
background-color: #C1520B;
}
.BgClassName
{
background-color: #C1520B;
}
</style>
border-color css
<style>
span { border-color: #C1520B; }
span { border-color: rgb(193,82,11); }
td.TdClassName
{
border-color: #C1520B;
}
.TagClassName
{
border-color: #C1520B;
}
</style>