Shades of Tenne (Tawny) #C45902
Tints of Tenne (Tawny) #C45902
RGB
CMYK
RGB Variations
Color information
#C45902 (or 0xC45902) is known color: Tenne (Tawny). HEX triplet: C4, 59 and 02. RGB value is (196,89,2). Sum of RGB (Red+Green+Blue) = 196+89+2=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C45902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45902 is #3BA6FD. Grayscale: #6F6F6F. Windows color (decimal): -3909374 or 154052. OLE color: 154052.
HSL color Cylindrical-coordinate representation of color #C45902: hue angle of 26.91º degrees, saturation: 0.98, 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 #C45902 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.23 |
| HSL | 26.91º | 0.98% | 0.39% | - |
| HSV(B) | 26.91º | 0.99% | 0.77% | - |
| XYZ | 26.35 | 18.88 | 2.31 | - |
| YUV | 111.08 | 66.45 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 2 | 0 | 0.55 | 0.99 | 0.23 | 26.91 | 0.98 | 0.39 |
| Hex | C4 | 59 | 2 | 0 | 37 | 63 | 17 | 1B | 62 | 27 |
| Octal | 304 | 131 | 2 | 0 | 67 | 143 | 27 | 33 | 142 | 47 |
| Binary | 11000100 | 1011001 | 10 | 0 | 110111 | 1100011 | 10111 | 11011 | 1100010 | 100111 |
Color Harmonies of #C45902
Complementary color
Monochromatic Colors of #C45902
Black with #C45902
Text Example
Text Example
White with #C45902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45902; }
p { color: rgb(196,89,2); }
H1.HeaderClassName
{
color: #C45902;
}
.AnyTagClassName
{
color: #C45902;
}
</style>
background-color css
<style>
a { background-color: #C45902; }
a { background-color: rgb(196,89,2); }
div.DivClassName
{
background-color: #C45902;
}
.BgClassName
{
background-color: #C45902;
}
</style>
border-color css
<style>
span { border-color: #C45902; }
span { border-color: rgb(196,89,2); }
td.TdClassName
{
border-color: #C45902;
}
.TagClassName
{
border-color: #C45902;
}
</style>