Shades of Tenne (Tawny) #C05D03
Tints of Tenne (Tawny) #C05D03
RGB
CMYK
RGB Variations
Color information
#C05D03 (or 0xC05D03) is known color: Tenne (Tawny). HEX triplet: C0, 5D and 03. RGB value is (192,93,3). Sum of RGB (Red+Green+Blue) = 192+93+3=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05D03 is #3FA2FC. Grayscale: #707070. Windows color (decimal): -4170493 or 220608. OLE color: 220608.
HSL color Cylindrical-coordinate representation of color #C05D03: hue angle of 28.57º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C05D03 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 3 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.25 |
| HSL | 28.57º | 0.97% | 0.38% | - |
| HSV(B) | 28.57º | 0.98% | 0.75% | - |
| XYZ | 25.67 | 19.04 | 2.41 | - |
| YUV | 112.34 | 66.3 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 3 | 0 | 0.52 | 0.98 | 0.25 | 28.57 | 0.97 | 0.38 |
| Hex | C0 | 5D | 3 | 0 | 34 | 62 | 19 | 1D | 61 | 26 |
| Octal | 300 | 135 | 3 | 0 | 64 | 142 | 31 | 35 | 141 | 46 |
| Binary | 11000000 | 1011101 | 11 | 0 | 110100 | 1100010 | 11001 | 11101 | 1100001 | 100110 |
Color Harmonies of #C05D03
Complementary color
Monochromatic Colors of #C05D03
Black with #C05D03
Text Example
Text Example
White with #C05D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D03; }
p { color: rgb(192,93,3); }
H1.HeaderClassName
{
color: #C05D03;
}
.AnyTagClassName
{
color: #C05D03;
}
</style>
background-color css
<style>
a { background-color: #C05D03; }
a { background-color: rgb(192,93,3); }
div.DivClassName
{
background-color: #C05D03;
}
.BgClassName
{
background-color: #C05D03;
}
</style>
border-color css
<style>
span { border-color: #C05D03; }
span { border-color: rgb(192,93,3); }
td.TdClassName
{
border-color: #C05D03;
}
.TagClassName
{
border-color: #C05D03;
}
</style>