Shades of Tenne (Tawny) #C0520C
Tints of Tenne (Tawny) #C0520C
RGB
CMYK
RGB Variations
Color information
#C0520C (or 0xC0520C) is known color: Tenne (Tawny). HEX triplet: C0, 52 and 0C. RGB value is (192,82,12). Sum of RGB (Red+Green+Blue) = 192+82+12=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0520C is #3FADF3. Grayscale: #6B6B6B. Windows color (decimal): -4173300 or 807616. OLE color: 807616.
HSL color Cylindrical-coordinate representation of color #C0520C: hue angle of 23.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0520C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.25 |
| HSL | 23.33º | 0.88% | 0.4% | - |
| HSV(B) | 23.33º | 0.94% | 0.75% | - |
| XYZ | 24.82 | 17.27 | 2.37 | - |
| YUV | 106.91 | 74.44 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 12 | 0 | 0.57 | 0.94 | 0.25 | 23.33 | 0.88 | 0.4 |
| Hex | C0 | 52 | C | 0 | 39 | 5E | 19 | 17 | 58 | 28 |
| Octal | 300 | 122 | 14 | 0 | 71 | 136 | 31 | 27 | 130 | 50 |
| Binary | 11000000 | 1010010 | 1100 | 0 | 111001 | 1011110 | 11001 | 10111 | 1011000 | 101000 |
Color Harmonies of #C0520C
Complementary color
Monochromatic Colors of #C0520C
Black with #C0520C
Text Example
Text Example
White with #C0520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0520C; }
p { color: rgb(192,82,12); }
H1.HeaderClassName
{
color: #C0520C;
}
.AnyTagClassName
{
color: #C0520C;
}
</style>
background-color css
<style>
a { background-color: #C0520C; }
a { background-color: rgb(192,82,12); }
div.DivClassName
{
background-color: #C0520C;
}
.BgClassName
{
background-color: #C0520C;
}
</style>
border-color css
<style>
span { border-color: #C0520C; }
span { border-color: rgb(192,82,12); }
td.TdClassName
{
border-color: #C0520C;
}
.TagClassName
{
border-color: #C0520C;
}
</style>