Shades of Tenne (Tawny) #C05D10
Tints of Tenne (Tawny) #C05D10
RGB
CMYK
RGB Variations
Color information
#C05D10 (or 0xC05D10) is known color: Tenne (Tawny). HEX triplet: C0, 5D and 10. RGB value is (192,93,16). Sum of RGB (Red+Green+Blue) = 192+93+16=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05D10 is #3FA2EF. Grayscale: #727272. Windows color (decimal): -4170480 or 1072576. OLE color: 1072576.
HSL color Cylindrical-coordinate representation of color #C05D10: hue angle of 26.25º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C05D10 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 16 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.25 |
| HSL | 26.25º | 0.85% | 0.41% | - |
| HSV(B) | 26.25º | 0.92% | 0.75% | - |
| XYZ | 25.75 | 19.07 | 2.81 | - |
| YUV | 113.82 | 72.8 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 16 | 0 | 0.52 | 0.92 | 0.25 | 26.25 | 0.85 | 0.41 |
| Hex | C0 | 5D | 10 | 0 | 34 | 5C | 19 | 1A | 55 | 29 |
| Octal | 300 | 135 | 20 | 0 | 64 | 134 | 31 | 32 | 125 | 51 |
| Binary | 11000000 | 1011101 | 10000 | 0 | 110100 | 1011100 | 11001 | 11010 | 1010101 | 101001 |
Color Harmonies of #C05D10
Complementary color
Monochromatic Colors of #C05D10
Black with #C05D10
Text Example
Text Example
White with #C05D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D10; }
p { color: rgb(192,93,16); }
H1.HeaderClassName
{
color: #C05D10;
}
.AnyTagClassName
{
color: #C05D10;
}
</style>
background-color css
<style>
a { background-color: #C05D10; }
a { background-color: rgb(192,93,16); }
div.DivClassName
{
background-color: #C05D10;
}
.BgClassName
{
background-color: #C05D10;
}
</style>
border-color css
<style>
span { border-color: #C05D10; }
span { border-color: rgb(192,93,16); }
td.TdClassName
{
border-color: #C05D10;
}
.TagClassName
{
border-color: #C05D10;
}
</style>