Shades of Tenne (Tawny) #C4500A
Tints of Tenne (Tawny) #C4500A
RGB
CMYK
RGB Variations
Color information
#C4500A (or 0xC4500A) is known color: Tenne (Tawny). HEX triplet: C4, 50 and 0A. RGB value is (196,80,10). Sum of RGB (Red+Green+Blue) = 196+80+10=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C4500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4500A is #3BAFF5. Grayscale: #6B6B6B. Windows color (decimal): -3911670 or 676036. OLE color: 676036.
HSL color Cylindrical-coordinate representation of color #C4500A: hue angle of 22.58º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4500A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.23 |
| HSL | 22.58º | 0.9% | 0.4% | - |
| HSV(B) | 22.58º | 0.95% | 0.77% | - |
| XYZ | 25.69 | 17.5 | 2.31 | - |
| YUV | 106.7 | 73.43 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 10 | 0 | 0.59 | 0.95 | 0.23 | 22.58 | 0.9 | 0.4 |
| Hex | C4 | 50 | A | 0 | 3B | 5F | 17 | 17 | 5A | 28 |
| Octal | 304 | 120 | 12 | 0 | 73 | 137 | 27 | 27 | 132 | 50 |
| Binary | 11000100 | 1010000 | 1010 | 0 | 111011 | 1011111 | 10111 | 10111 | 1011010 | 101000 |
Color Harmonies of #C4500A
Complementary color
Monochromatic Colors of #C4500A
Black with #C4500A
Text Example
Text Example
White with #C4500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4500A; }
p { color: rgb(196,80,10); }
H1.HeaderClassName
{
color: #C4500A;
}
.AnyTagClassName
{
color: #C4500A;
}
</style>
background-color css
<style>
a { background-color: #C4500A; }
a { background-color: rgb(196,80,10); }
div.DivClassName
{
background-color: #C4500A;
}
.BgClassName
{
background-color: #C4500A;
}
</style>
border-color css
<style>
span { border-color: #C4500A; }
span { border-color: rgb(196,80,10); }
td.TdClassName
{
border-color: #C4500A;
}
.TagClassName
{
border-color: #C4500A;
}
</style>