Shades of Tenne (Tawny) #C45A00
Tints of Tenne (Tawny) #C45A00
RGB
CMYK
RGB Variations
Color information
#C45A00 (or 0xC45A00) is known color: Tenne (Tawny). HEX triplet: C4, 5A and 00. RGB value is (196,90,0). Sum of RGB (Red+Green+Blue) = 196+90+0=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45A00 is #3BA5FF. Grayscale: #6F6F6F. Windows color (decimal): -3909120 or 23236. OLE color: 23236.
HSL color Cylindrical-coordinate representation of color #C45A00: hue angle of 27.55º 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 #C45A00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.23 |
| HSL | 27.55º | 1% | 0.38% | - |
| HSV(B) | 27.55º | 1% | 0.77% | - |
| XYZ | 26.42 | 19.05 | 2.28 | - |
| YUV | 111.43 | 65.12 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 0 | 0 | 0.54 | 1 | 0.23 | 27.55 | 1 | 0.38 |
| Hex | C4 | 5A | 0 | 0 | 36 | 64 | 17 | 1C | 64 | 26 |
| Octal | 304 | 132 | 0 | 0 | 66 | 144 | 27 | 34 | 144 | 46 |
| Binary | 11000100 | 1011010 | 0 | 0 | 110110 | 1100100 | 10111 | 11100 | 1100100 | 100110 |
Color Harmonies of #C45A00
Complementary color
Monochromatic Colors of #C45A00
Black with #C45A00
Text Example
Text Example
White with #C45A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A00; }
p { color: rgb(196,90,0); }
H1.HeaderClassName
{
color: #C45A00;
}
.AnyTagClassName
{
color: #C45A00;
}
</style>
background-color css
<style>
a { background-color: #C45A00; }
a { background-color: rgb(196,90,0); }
div.DivClassName
{
background-color: #C45A00;
}
.BgClassName
{
background-color: #C45A00;
}
</style>
border-color css
<style>
span { border-color: #C45A00; }
span { border-color: rgb(196,90,0); }
td.TdClassName
{
border-color: #C45A00;
}
.TagClassName
{
border-color: #C45A00;
}
</style>