Shades of Tenne (Tawny) #C04D01
Tints of Tenne (Tawny) #C04D01
RGB
CMYK
RGB Variations
Color information
#C04D01 (or 0xC04D01) is known color: Tenne (Tawny). HEX triplet: C0, 4D and 01. RGB value is (192,77,1). Sum of RGB (Red+Green+Blue) = 192+77+1=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04D01 is #3FB2FE. Grayscale: #676767. Windows color (decimal): -4174591 or 85440. OLE color: 85440.
HSL color Cylindrical-coordinate representation of color #C04D01: hue angle of 23.87º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C04D01 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.25 |
| HSL | 23.87º | 0.99% | 0.38% | - |
| HSV(B) | 23.87º | 0.99% | 0.75% | - |
| XYZ | 24.4 | 16.52 | 1.93 | - |
| YUV | 102.72 | 70.6 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 1 | 0 | 0.60 | 0.99 | 0.25 | 23.87 | 0.99 | 0.38 |
| Hex | C0 | 4D | 1 | 0 | 3C | 63 | 19 | 18 | 63 | 26 |
| Octal | 300 | 115 | 1 | 0 | 74 | 143 | 31 | 30 | 143 | 46 |
| Binary | 11000000 | 1001101 | 1 | 0 | 111100 | 1100011 | 11001 | 11000 | 1100011 | 100110 |
Color Harmonies of #C04D01
Complementary color
Monochromatic Colors of #C04D01
Black with #C04D01
Text Example
Text Example
White with #C04D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D01; }
p { color: rgb(192,77,1); }
H1.HeaderClassName
{
color: #C04D01;
}
.AnyTagClassName
{
color: #C04D01;
}
</style>
background-color css
<style>
a { background-color: #C04D01; }
a { background-color: rgb(192,77,1); }
div.DivClassName
{
background-color: #C04D01;
}
.BgClassName
{
background-color: #C04D01;
}
</style>
border-color css
<style>
span { border-color: #C04D01; }
span { border-color: rgb(192,77,1); }
td.TdClassName
{
border-color: #C04D01;
}
.TagClassName
{
border-color: #C04D01;
}
</style>