Shades of Tenne (Tawny) #C0530E
Tints of Tenne (Tawny) #C0530E
RGB
CMYK
RGB Variations
Color information
#C0530E (or 0xC0530E) is known color: Tenne (Tawny). HEX triplet: C0, 53 and 0E. RGB value is (192,83,14). Sum of RGB (Red+Green+Blue) = 192+83+14=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0530E is #3FACF1. Grayscale: #6C6C6C. Windows color (decimal): -4173042 or 938944. OLE color: 938944.
HSL color Cylindrical-coordinate representation of color #C0530E: hue angle of 23.26º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0530E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 14 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.25 |
| HSL | 23.26º | 0.86% | 0.4% | - |
| HSV(B) | 23.26º | 0.93% | 0.75% | - |
| XYZ | 24.91 | 17.42 | 2.47 | - |
| YUV | 107.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 14 | 0 | 0.57 | 0.93 | 0.25 | 23.26 | 0.86 | 0.4 |
| Hex | C0 | 53 | E | 0 | 39 | 5D | 19 | 17 | 56 | 28 |
| Octal | 300 | 123 | 16 | 0 | 71 | 135 | 31 | 27 | 126 | 50 |
| Binary | 11000000 | 1010011 | 1110 | 0 | 111001 | 1011101 | 11001 | 10111 | 1010110 | 101000 |
Color Harmonies of #C0530E
Complementary color
Monochromatic Colors of #C0530E
Black with #C0530E
Text Example
Text Example
White with #C0530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0530E; }
p { color: rgb(192,83,14); }
H1.HeaderClassName
{
color: #C0530E;
}
.AnyTagClassName
{
color: #C0530E;
}
</style>
background-color css
<style>
a { background-color: #C0530E; }
a { background-color: rgb(192,83,14); }
div.DivClassName
{
background-color: #C0530E;
}
.BgClassName
{
background-color: #C0530E;
}
</style>
border-color css
<style>
span { border-color: #C0530E; }
span { border-color: rgb(192,83,14); }
td.TdClassName
{
border-color: #C0530E;
}
.TagClassName
{
border-color: #C0530E;
}
</style>