Shades of Tenne (Tawny) #C1530E
Tints of Tenne (Tawny) #C1530E
RGB
CMYK
RGB Variations
Color information
#C1530E (or 0xC1530E) is known color: Tenne (Tawny). HEX triplet: C1, 53 and 0E. RGB value is (193,83,14). Sum of RGB (Red+Green+Blue) = 193+83+14=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1530E is #3EACF1. Grayscale: #6C6C6C. Windows color (decimal): -4107506 or 938945. OLE color: 938945.
HSL color Cylindrical-coordinate representation of color #C1530E: hue angle of 23.13º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1530E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 14 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.24 |
| HSL | 23.13º | 0.86% | 0.41% | - |
| HSV(B) | 23.13º | 0.93% | 0.76% | - |
| XYZ | 25.16 | 17.56 | 2.48 | - |
| YUV | 108.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 14 | 0 | 0.57 | 0.93 | 0.24 | 23.13 | 0.86 | 0.41 |
| Hex | C1 | 53 | E | 0 | 39 | 5D | 18 | 17 | 56 | 29 |
| Octal | 301 | 123 | 16 | 0 | 71 | 135 | 30 | 27 | 126 | 51 |
| Binary | 11000001 | 1010011 | 1110 | 0 | 111001 | 1011101 | 11000 | 10111 | 1010110 | 101001 |
Color Harmonies of #C1530E
Complementary color
Monochromatic Colors of #C1530E
Black with #C1530E
Text Example
Text Example
White with #C1530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1530E; }
p { color: rgb(193,83,14); }
H1.HeaderClassName
{
color: #C1530E;
}
.AnyTagClassName
{
color: #C1530E;
}
</style>
background-color css
<style>
a { background-color: #C1530E; }
a { background-color: rgb(193,83,14); }
div.DivClassName
{
background-color: #C1530E;
}
.BgClassName
{
background-color: #C1530E;
}
</style>
border-color css
<style>
span { border-color: #C1530E; }
span { border-color: rgb(193,83,14); }
td.TdClassName
{
border-color: #C1530E;
}
.TagClassName
{
border-color: #C1530E;
}
</style>