Shades of Tenne (Tawny) #C0600A
Tints of Tenne (Tawny) #C0600A
RGB
CMYK
RGB Variations
Color information
#C0600A (or 0xC0600A) is known color: Tenne (Tawny). HEX triplet: C0, 60 and 0A. RGB value is (192,96,10). Sum of RGB (Red+Green+Blue) = 192+96+10=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C0600A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0600A is #3F9FF5. Grayscale: #737373. Windows color (decimal): -4169718 or 680128. OLE color: 680128.
HSL color Cylindrical-coordinate representation of color #C0600A: hue angle of 28.35º 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 #C0600A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 10 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.25 |
| HSL | 28.35º | 0.9% | 0.4% | - |
| HSV(B) | 28.35º | 0.95% | 0.75% | - |
| XYZ | 25.98 | 19.59 | 2.7 | - |
| YUV | 114.9 | 68.8 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 10 | 0 | 0.50 | 0.95 | 0.25 | 28.35 | 0.9 | 0.4 |
| Hex | C0 | 60 | A | 0 | 32 | 5F | 19 | 1C | 5A | 28 |
| Octal | 300 | 140 | 12 | 0 | 62 | 137 | 31 | 34 | 132 | 50 |
| Binary | 11000000 | 1100000 | 1010 | 0 | 110010 | 1011111 | 11001 | 11100 | 1011010 | 101000 |
Color Harmonies of #C0600A
Complementary color
Monochromatic Colors of #C0600A
Black with #C0600A
Text Example
Text Example
White with #C0600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0600A; }
p { color: rgb(192,96,10); }
H1.HeaderClassName
{
color: #C0600A;
}
.AnyTagClassName
{
color: #C0600A;
}
</style>
background-color css
<style>
a { background-color: #C0600A; }
a { background-color: rgb(192,96,10); }
div.DivClassName
{
background-color: #C0600A;
}
.BgClassName
{
background-color: #C0600A;
}
</style>
border-color css
<style>
span { border-color: #C0600A; }
span { border-color: rgb(192,96,10); }
td.TdClassName
{
border-color: #C0600A;
}
.TagClassName
{
border-color: #C0600A;
}
</style>