Shades of Tenne (Tawny) #C45905
Tints of Tenne (Tawny) #C45905
RGB
CMYK
RGB Variations
Color information
#C45905 (or 0xC45905) is known color: Tenne (Tawny). HEX triplet: C4, 59 and 05. RGB value is (196,89,5). Sum of RGB (Red+Green+Blue) = 196+89+5=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C45905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45905 is #3BA6FA. Grayscale: #6F6F6F. Windows color (decimal): -3909371 or 350660. OLE color: 350660.
HSL color Cylindrical-coordinate representation of color #C45905: hue angle of 26.39º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C45905 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 5 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.23 |
| HSL | 26.39º | 0.95% | 0.39% | - |
| HSV(B) | 26.39º | 0.97% | 0.77% | - |
| XYZ | 26.36 | 18.89 | 2.4 | - |
| YUV | 111.42 | 67.95 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 5 | 0 | 0.55 | 0.97 | 0.23 | 26.39 | 0.95 | 0.39 |
| Hex | C4 | 59 | 5 | 0 | 37 | 61 | 17 | 1A | 5F | 27 |
| Octal | 304 | 131 | 5 | 0 | 67 | 141 | 27 | 32 | 137 | 47 |
| Binary | 11000100 | 1011001 | 101 | 0 | 110111 | 1100001 | 10111 | 11010 | 1011111 | 100111 |
Color Harmonies of #C45905
Complementary color
Monochromatic Colors of #C45905
Black with #C45905
Text Example
Text Example
White with #C45905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45905; }
p { color: rgb(196,89,5); }
H1.HeaderClassName
{
color: #C45905;
}
.AnyTagClassName
{
color: #C45905;
}
</style>
background-color css
<style>
a { background-color: #C45905; }
a { background-color: rgb(196,89,5); }
div.DivClassName
{
background-color: #C45905;
}
.BgClassName
{
background-color: #C45905;
}
</style>
border-color css
<style>
span { border-color: #C45905; }
span { border-color: rgb(196,89,5); }
td.TdClassName
{
border-color: #C45905;
}
.TagClassName
{
border-color: #C45905;
}
</style>