Shades of Tenne (Tawny) #C45101
Tints of Tenne (Tawny) #C45101
RGB
CMYK
RGB Variations
Color information
#C45101 (or 0xC45101) is known color: Tenne (Tawny). HEX triplet: C4, 51 and 01. RGB value is (196,81,1). Sum of RGB (Red+Green+Blue) = 196+81+1=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C45101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45101 is #3BAEFE. Grayscale: #6A6A6A. Windows color (decimal): -3911423 or 86468. OLE color: 86468.
HSL color Cylindrical-coordinate representation of color #C45101: hue angle of 24.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C45101 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.23 |
| HSL | 24.62º | 0.99% | 0.39% | - |
| HSV(B) | 24.62º | 0.99% | 0.77% | - |
| XYZ | 25.71 | 17.62 | 2.08 | - |
| YUV | 106.27 | 68.6 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 1 | 0 | 0.59 | 0.99 | 0.23 | 24.62 | 0.99 | 0.39 |
| Hex | C4 | 51 | 1 | 0 | 3B | 63 | 17 | 19 | 63 | 27 |
| Octal | 304 | 121 | 1 | 0 | 73 | 143 | 27 | 31 | 143 | 47 |
| Binary | 11000100 | 1010001 | 1 | 0 | 111011 | 1100011 | 10111 | 11001 | 1100011 | 100111 |
Color Harmonies of #C45101
Complementary color
Monochromatic Colors of #C45101
Black with #C45101
Text Example
Text Example
White with #C45101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45101; }
p { color: rgb(196,81,1); }
H1.HeaderClassName
{
color: #C45101;
}
.AnyTagClassName
{
color: #C45101;
}
</style>
background-color css
<style>
a { background-color: #C45101; }
a { background-color: rgb(196,81,1); }
div.DivClassName
{
background-color: #C45101;
}
.BgClassName
{
background-color: #C45101;
}
</style>
border-color css
<style>
span { border-color: #C45101; }
span { border-color: rgb(196,81,1); }
td.TdClassName
{
border-color: #C45101;
}
.TagClassName
{
border-color: #C45101;
}
</style>