Shades of Tenne (Tawny) #C1600B
Tints of Tenne (Tawny) #C1600B
RGB
CMYK
RGB Variations
Color information
#C1600B (or 0xC1600B) is known color: Tenne (Tawny). HEX triplet: C1, 60 and 0B. RGB value is (193,96,11). Sum of RGB (Red+Green+Blue) = 193+96+11=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C1600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1600B is #3E9FF4. Grayscale: #737373. Windows color (decimal): -4104181 or 745665. OLE color: 745665.
HSL color Cylindrical-coordinate representation of color #C1600B: hue angle of 28.02º 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 #C1600B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 11 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.24 |
| HSL | 28.02º | 0.89% | 0.4% | - |
| HSV(B) | 28.02º | 0.94% | 0.76% | - |
| XYZ | 26.24 | 19.73 | 2.74 | - |
| YUV | 115.31 | 69.14 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 11 | 0 | 0.50 | 0.94 | 0.24 | 28.02 | 0.89 | 0.4 |
| Hex | C1 | 60 | B | 0 | 32 | 5E | 18 | 1C | 59 | 28 |
| Octal | 301 | 140 | 13 | 0 | 62 | 136 | 30 | 34 | 131 | 50 |
| Binary | 11000001 | 1100000 | 1011 | 0 | 110010 | 1011110 | 11000 | 11100 | 1011001 | 101000 |
Color Harmonies of #C1600B
Complementary color
Monochromatic Colors of #C1600B
Black with #C1600B
Text Example
Text Example
White with #C1600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1600B; }
p { color: rgb(193,96,11); }
H1.HeaderClassName
{
color: #C1600B;
}
.AnyTagClassName
{
color: #C1600B;
}
</style>
background-color css
<style>
a { background-color: #C1600B; }
a { background-color: rgb(193,96,11); }
div.DivClassName
{
background-color: #C1600B;
}
.BgClassName
{
background-color: #C1600B;
}
</style>
border-color css
<style>
span { border-color: #C1600B; }
span { border-color: rgb(193,96,11); }
td.TdClassName
{
border-color: #C1600B;
}
.TagClassName
{
border-color: #C1600B;
}
</style>