Shades of Tenne (Tawny) #C45400
Tints of Tenne (Tawny) #C45400
RGB
CMYK
RGB Variations
Color information
#C45400 (or 0xC45400) is known color: Tenne (Tawny). HEX triplet: C4, 54 and 00. RGB value is (196,84,0). Sum of RGB (Red+Green+Blue) = 196+84+0=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C45400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45400 is #3BABFF. Grayscale: #6C6C6C. Windows color (decimal): -3910656 or 21700. OLE color: 21700.
HSL color Cylindrical-coordinate representation of color #C45400: hue angle of 25.71º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C45400 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.23 |
| HSL | 25.71º | 1% | 0.38% | - |
| HSV(B) | 25.71º | 1% | 0.77% | - |
| XYZ | 25.94 | 18.08 | 2.12 | - |
| YUV | 107.91 | 67.11 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 0 | 0 | 0.57 | 1 | 0.23 | 25.71 | 1 | 0.38 |
| Hex | C4 | 54 | 0 | 0 | 39 | 64 | 17 | 1A | 64 | 26 |
| Octal | 304 | 124 | 0 | 0 | 71 | 144 | 27 | 32 | 144 | 46 |
| Binary | 11000100 | 1010100 | 0 | 0 | 111001 | 1100100 | 10111 | 11010 | 1100100 | 100110 |
Color Harmonies of #C45400
Complementary color
Monochromatic Colors of #C45400
Black with #C45400
Text Example
Text Example
White with #C45400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45400; }
p { color: rgb(196,84,0); }
H1.HeaderClassName
{
color: #C45400;
}
.AnyTagClassName
{
color: #C45400;
}
</style>
background-color css
<style>
a { background-color: #C45400; }
a { background-color: rgb(196,84,0); }
div.DivClassName
{
background-color: #C45400;
}
.BgClassName
{
background-color: #C45400;
}
</style>
border-color css
<style>
span { border-color: #C45400; }
span { border-color: rgb(196,84,0); }
td.TdClassName
{
border-color: #C45400;
}
.TagClassName
{
border-color: #C45400;
}
</style>