Shades of Tenne (Tawny) #C45004
Tints of Tenne (Tawny) #C45004
RGB
CMYK
RGB Variations
Color information
#C45004 (or 0xC45004) is known color: Tenne (Tawny). HEX triplet: C4, 50 and 04. RGB value is (196,80,4). Sum of RGB (Red+Green+Blue) = 196+80+4=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C45004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45004 is #3BAFFB. Grayscale: #6A6A6A. Windows color (decimal): -3911676 or 282820. OLE color: 282820.
HSL color Cylindrical-coordinate representation of color #C45004: hue angle of 23.75º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C45004 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.23 |
| HSL | 23.75º | 0.96% | 0.39% | - |
| HSV(B) | 23.75º | 0.98% | 0.77% | - |
| XYZ | 25.66 | 17.48 | 2.14 | - |
| YUV | 106.02 | 70.43 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 4 | 0 | 0.59 | 0.98 | 0.23 | 23.75 | 0.96 | 0.39 |
| Hex | C4 | 50 | 4 | 0 | 3B | 62 | 17 | 18 | 60 | 27 |
| Octal | 304 | 120 | 4 | 0 | 73 | 142 | 27 | 30 | 140 | 47 |
| Binary | 11000100 | 1010000 | 100 | 0 | 111011 | 1100010 | 10111 | 11000 | 1100000 | 100111 |
Color Harmonies of #C45004
Complementary color
Monochromatic Colors of #C45004
Black with #C45004
Text Example
Text Example
White with #C45004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45004; }
p { color: rgb(196,80,4); }
H1.HeaderClassName
{
color: #C45004;
}
.AnyTagClassName
{
color: #C45004;
}
</style>
background-color css
<style>
a { background-color: #C45004; }
a { background-color: rgb(196,80,4); }
div.DivClassName
{
background-color: #C45004;
}
.BgClassName
{
background-color: #C45004;
}
</style>
border-color css
<style>
span { border-color: #C45004; }
span { border-color: rgb(196,80,4); }
td.TdClassName
{
border-color: #C45004;
}
.TagClassName
{
border-color: #C45004;
}
</style>