Shades of Tenne (Tawny) #C15801
Tints of Tenne (Tawny) #C15801
RGB
CMYK
RGB Variations
Color information
#C15801 (or 0xC15801) is known color: Tenne (Tawny). HEX triplet: C1, 58 and 01. RGB value is (193,88,1). Sum of RGB (Red+Green+Blue) = 193+88+1=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C15801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15801 is #3EA7FE. Grayscale: #6D6D6D. Windows color (decimal): -4106239 or 88257. OLE color: 88257.
HSL color Cylindrical-coordinate representation of color #C15801: hue angle of 27.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C15801 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.24 |
| HSL | 27.19º | 0.99% | 0.38% | - |
| HSV(B) | 27.19º | 0.99% | 0.76% | - |
| XYZ | 25.49 | 18.32 | 2.22 | - |
| YUV | 109.48 | 66.79 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 1 | 0 | 0.54 | 0.99 | 0.24 | 27.19 | 0.99 | 0.38 |
| Hex | C1 | 58 | 1 | 0 | 36 | 63 | 18 | 1B | 63 | 26 |
| Octal | 301 | 130 | 1 | 0 | 66 | 143 | 30 | 33 | 143 | 46 |
| Binary | 11000001 | 1011000 | 1 | 0 | 110110 | 1100011 | 11000 | 11011 | 1100011 | 100110 |
Color Harmonies of #C15801
Complementary color
Monochromatic Colors of #C15801
Black with #C15801
Text Example
Text Example
White with #C15801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15801; }
p { color: rgb(193,88,1); }
H1.HeaderClassName
{
color: #C15801;
}
.AnyTagClassName
{
color: #C15801;
}
</style>
background-color css
<style>
a { background-color: #C15801; }
a { background-color: rgb(193,88,1); }
div.DivClassName
{
background-color: #C15801;
}
.BgClassName
{
background-color: #C15801;
}
</style>
border-color css
<style>
span { border-color: #C15801; }
span { border-color: rgb(193,88,1); }
td.TdClassName
{
border-color: #C15801;
}
.TagClassName
{
border-color: #C15801;
}
</style>