Shades of Tenne (Tawny) #C45402
Tints of Tenne (Tawny) #C45402
RGB
CMYK
RGB Variations
Color information
#C45402 (or 0xC45402) is known color: Tenne (Tawny). HEX triplet: C4, 54 and 02. RGB value is (196,84,2). Sum of RGB (Red+Green+Blue) = 196+84+2=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C45402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45402 is #3BABFD. Grayscale: #6C6C6C. Windows color (decimal): -3910654 or 152772. OLE color: 152772.
HSL color Cylindrical-coordinate representation of color #C45402: hue angle of 25.36º 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 #C45402 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.23 |
| HSL | 25.36º | 0.98% | 0.39% | - |
| HSV(B) | 25.36º | 0.99% | 0.77% | - |
| XYZ | 25.95 | 18.08 | 2.18 | - |
| YUV | 108.14 | 68.11 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 2 | 0 | 0.57 | 0.99 | 0.23 | 25.36 | 0.98 | 0.39 |
| Hex | C4 | 54 | 2 | 0 | 39 | 63 | 17 | 19 | 62 | 27 |
| Octal | 304 | 124 | 2 | 0 | 71 | 143 | 27 | 31 | 142 | 47 |
| Binary | 11000100 | 1010100 | 10 | 0 | 111001 | 1100011 | 10111 | 11001 | 1100010 | 100111 |
Color Harmonies of #C45402
Complementary color
Monochromatic Colors of #C45402
Black with #C45402
Text Example
Text Example
White with #C45402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45402; }
p { color: rgb(196,84,2); }
H1.HeaderClassName
{
color: #C45402;
}
.AnyTagClassName
{
color: #C45402;
}
</style>
background-color css
<style>
a { background-color: #C45402; }
a { background-color: rgb(196,84,2); }
div.DivClassName
{
background-color: #C45402;
}
.BgClassName
{
background-color: #C45402;
}
</style>
border-color css
<style>
span { border-color: #C45402; }
span { border-color: rgb(196,84,2); }
td.TdClassName
{
border-color: #C45402;
}
.TagClassName
{
border-color: #C45402;
}
</style>