Shades of Tenne (Tawny) #C05C0A
Tints of Tenne (Tawny) #C05C0A
RGB
CMYK
RGB Variations
Color information
#C05C0A (or 0xC05C0A) is known color: Tenne (Tawny). HEX triplet: C0, 5C and 0A. RGB value is (192,92,10). Sum of RGB (Red+Green+Blue) = 192+92+10=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05C0A is #3FA3F5. Grayscale: #707070. Windows color (decimal): -4170742 or 679104. OLE color: 679104.
HSL color Cylindrical-coordinate representation of color #C05C0A: hue angle of 27.03º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C05C0A is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 10 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.25 |
| HSL | 27.03º | 0.9% | 0.4% | - |
| HSV(B) | 27.03º | 0.95% | 0.75% | - |
| XYZ | 25.62 | 18.88 | 2.58 | - |
| YUV | 112.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 10 | 0 | 0.52 | 0.95 | 0.25 | 27.03 | 0.9 | 0.4 |
| Hex | C0 | 5C | A | 0 | 34 | 5F | 19 | 1B | 5A | 28 |
| Octal | 300 | 134 | 12 | 0 | 64 | 137 | 31 | 33 | 132 | 50 |
| Binary | 11000000 | 1011100 | 1010 | 0 | 110100 | 1011111 | 11001 | 11011 | 1011010 | 101000 |
Color Harmonies of #C05C0A
Complementary color
Monochromatic Colors of #C05C0A
Black with #C05C0A
Text Example
Text Example
White with #C05C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C0A; }
p { color: rgb(192,92,10); }
H1.HeaderClassName
{
color: #C05C0A;
}
.AnyTagClassName
{
color: #C05C0A;
}
</style>
background-color css
<style>
a { background-color: #C05C0A; }
a { background-color: rgb(192,92,10); }
div.DivClassName
{
background-color: #C05C0A;
}
.BgClassName
{
background-color: #C05C0A;
}
</style>
border-color css
<style>
span { border-color: #C05C0A; }
span { border-color: rgb(192,92,10); }
td.TdClassName
{
border-color: #C05C0A;
}
.TagClassName
{
border-color: #C05C0A;
}
</style>