Shades of Tenne (Tawny) #C45000
Tints of Tenne (Tawny) #C45000
RGB
CMYK
RGB Variations
Color information
#C45000 (or 0xC45000) is known color: Tenne (Tawny). HEX triplet: C4, 50 and 00. RGB value is (196,80,0). Sum of RGB (Red+Green+Blue) = 196+80+0=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C45000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45000 is #3BAFFF. Grayscale: #6A6A6A. Windows color (decimal): -3911680 or 20676. OLE color: 20676.
HSL color Cylindrical-coordinate representation of color #C45000: hue angle of 24.49º 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 #C45000 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.23 |
| HSL | 24.49º | 1% | 0.38% | - |
| HSV(B) | 24.49º | 1% | 0.77% | - |
| XYZ | 25.63 | 17.47 | 2.02 | - |
| YUV | 105.56 | 68.43 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 0 | 0 | 0.59 | 1 | 0.23 | 24.49 | 1 | 0.38 |
| Hex | C4 | 50 | 0 | 0 | 3B | 64 | 17 | 18 | 64 | 26 |
| Octal | 304 | 120 | 0 | 0 | 73 | 144 | 27 | 30 | 144 | 46 |
| Binary | 11000100 | 1010000 | 0 | 0 | 111011 | 1100100 | 10111 | 11000 | 1100100 | 100110 |
Color Harmonies of #C45000
Complementary color
Monochromatic Colors of #C45000
Black with #C45000
Text Example
Text Example
White with #C45000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45000; }
p { color: rgb(196,80,0); }
H1.HeaderClassName
{
color: #C45000;
}
.AnyTagClassName
{
color: #C45000;
}
</style>
background-color css
<style>
a { background-color: #C45000; }
a { background-color: rgb(196,80,0); }
div.DivClassName
{
background-color: #C45000;
}
.BgClassName
{
background-color: #C45000;
}
</style>
border-color css
<style>
span { border-color: #C45000; }
span { border-color: rgb(196,80,0); }
td.TdClassName
{
border-color: #C45000;
}
.TagClassName
{
border-color: #C45000;
}
</style>