Shades of Tenne (Tawny) #C45401
Tints of Tenne (Tawny) #C45401
RGB
CMYK
RGB Variations
Color information
#C45401 (or 0xC45401) is known color: Tenne (Tawny). HEX triplet: C4, 54 and 01. RGB value is (196,84,1). Sum of RGB (Red+Green+Blue) = 196+84+1=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C45401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45401 is #3BABFE. Grayscale: #6C6C6C. Windows color (decimal): -3910655 or 87236. OLE color: 87236.
HSL color Cylindrical-coordinate representation of color #C45401: hue angle of 25.54º 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 #C45401 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.23 |
| HSL | 25.54º | 0.99% | 0.39% | - |
| HSV(B) | 25.54º | 0.99% | 0.77% | - |
| XYZ | 25.94 | 18.08 | 2.15 | - |
| YUV | 108.03 | 67.61 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 1 | 0 | 0.57 | 0.99 | 0.23 | 25.54 | 0.99 | 0.39 |
| Hex | C4 | 54 | 1 | 0 | 39 | 63 | 17 | 1A | 63 | 27 |
| Octal | 304 | 124 | 1 | 0 | 71 | 143 | 27 | 32 | 143 | 47 |
| Binary | 11000100 | 1010100 | 1 | 0 | 111001 | 1100011 | 10111 | 11010 | 1100011 | 100111 |
Color Harmonies of #C45401
Complementary color
Monochromatic Colors of #C45401
Black with #C45401
Text Example
Text Example
White with #C45401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45401; }
p { color: rgb(196,84,1); }
H1.HeaderClassName
{
color: #C45401;
}
.AnyTagClassName
{
color: #C45401;
}
</style>
background-color css
<style>
a { background-color: #C45401; }
a { background-color: rgb(196,84,1); }
div.DivClassName
{
background-color: #C45401;
}
.BgClassName
{
background-color: #C45401;
}
</style>
border-color css
<style>
span { border-color: #C45401; }
span { border-color: rgb(196,84,1); }
td.TdClassName
{
border-color: #C45401;
}
.TagClassName
{
border-color: #C45401;
}
</style>