Shades of Tenne (Tawny) #C1570B
Tints of Tenne (Tawny) #C1570B
RGB
CMYK
RGB Variations
Color information
#C1570B (or 0xC1570B) is known color: Tenne (Tawny). HEX triplet: C1, 57 and 0B. RGB value is (193,87,11). Sum of RGB (Red+Green+Blue) = 193+87+11=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1570B is #3EA8F4. Grayscale: #6E6E6E. Windows color (decimal): -4106485 or 743361. OLE color: 743361.
HSL color Cylindrical-coordinate representation of color #C1570B: hue angle of 25.05º 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 #C1570B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 11 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.24 |
| HSL | 25.05º | 0.89% | 0.4% | - |
| HSV(B) | 25.05º | 0.94% | 0.76% | - |
| XYZ | 25.46 | 18.18 | 2.48 | - |
| YUV | 110.03 | 72.12 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 11 | 0 | 0.55 | 0.94 | 0.24 | 25.05 | 0.89 | 0.4 |
| Hex | C1 | 57 | B | 0 | 37 | 5E | 18 | 19 | 59 | 28 |
| Octal | 301 | 127 | 13 | 0 | 67 | 136 | 30 | 31 | 131 | 50 |
| Binary | 11000001 | 1010111 | 1011 | 0 | 110111 | 1011110 | 11000 | 11001 | 1011001 | 101000 |
Color Harmonies of #C1570B
Complementary color
Monochromatic Colors of #C1570B
Black with #C1570B
Text Example
Text Example
White with #C1570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1570B; }
p { color: rgb(193,87,11); }
H1.HeaderClassName
{
color: #C1570B;
}
.AnyTagClassName
{
color: #C1570B;
}
</style>
background-color css
<style>
a { background-color: #C1570B; }
a { background-color: rgb(193,87,11); }
div.DivClassName
{
background-color: #C1570B;
}
.BgClassName
{
background-color: #C1570B;
}
</style>
border-color css
<style>
span { border-color: #C1570B; }
span { border-color: rgb(193,87,11); }
td.TdClassName
{
border-color: #C1570B;
}
.TagClassName
{
border-color: #C1570B;
}
</style>