Shades of Tenne (Tawny) #C04A00
Tints of Tenne (Tawny) #C04A00
RGB
CMYK
RGB Variations
Color information
#C04A00 (or 0xC04A00) is known color: Tenne (Tawny). HEX triplet: C0, 4A and 00. RGB value is (192,74,0). Sum of RGB (Red+Green+Blue) = 192+74+0=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A00 is #3FB5FF. Grayscale: #656565. Windows color (decimal): -4175360 or 19136. OLE color: 19136.
HSL color Cylindrical-coordinate representation of color #C04A00: hue angle of 23.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C04A00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.25 |
| HSL | 23.13º | 1% | 0.38% | - |
| HSV(B) | 23.13º | 1% | 0.75% | - |
| XYZ | 24.19 | 16.1 | 1.83 | - |
| YUV | 100.85 | 71.09 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 0 | 0 | 0.61 | 1 | 0.25 | 23.13 | 1 | 0.38 |
| Hex | C0 | 4A | 0 | 0 | 3D | 64 | 19 | 17 | 64 | 26 |
| Octal | 300 | 112 | 0 | 0 | 75 | 144 | 31 | 27 | 144 | 46 |
| Binary | 11000000 | 1001010 | 0 | 0 | 111101 | 1100100 | 11001 | 10111 | 1100100 | 100110 |
Color Harmonies of #C04A00
Complementary color
Monochromatic Colors of #C04A00
Black with #C04A00
Text Example
Text Example
White with #C04A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A00; }
p { color: rgb(192,74,0); }
H1.HeaderClassName
{
color: #C04A00;
}
.AnyTagClassName
{
color: #C04A00;
}
</style>
background-color css
<style>
a { background-color: #C04A00; }
a { background-color: rgb(192,74,0); }
div.DivClassName
{
background-color: #C04A00;
}
.BgClassName
{
background-color: #C04A00;
}
</style>
border-color css
<style>
span { border-color: #C04A00; }
span { border-color: rgb(192,74,0); }
td.TdClassName
{
border-color: #C04A00;
}
.TagClassName
{
border-color: #C04A00;
}
</style>