Shades of Tenne (Tawny) #C1510A
Tints of Tenne (Tawny) #C1510A
RGB
CMYK
RGB Variations
Color information
#C1510A (or 0xC1510A) is known color: Tenne (Tawny). HEX triplet: C1, 51 and 0A. RGB value is (193,81,10). Sum of RGB (Red+Green+Blue) = 193+81+10=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C1510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1510A is #3EAEF5. Grayscale: #6A6A6A. Windows color (decimal): -4108022 or 676289. OLE color: 676289.
HSL color Cylindrical-coordinate representation of color #C1510A: hue angle of 23.28º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1510A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.24 |
| HSL | 23.28º | 0.9% | 0.4% | - |
| HSV(B) | 23.28º | 0.95% | 0.76% | - |
| XYZ | 24.99 | 17.24 | 2.3 | - |
| YUV | 106.39 | 73.61 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 10 | 0 | 0.58 | 0.95 | 0.24 | 23.28 | 0.9 | 0.4 |
| Hex | C1 | 51 | A | 0 | 3A | 5F | 18 | 17 | 5A | 28 |
| Octal | 301 | 121 | 12 | 0 | 72 | 137 | 30 | 27 | 132 | 50 |
| Binary | 11000001 | 1010001 | 1010 | 0 | 111010 | 1011111 | 11000 | 10111 | 1011010 | 101000 |
Color Harmonies of #C1510A
Complementary color
Monochromatic Colors of #C1510A
Black with #C1510A
Text Example
Text Example
White with #C1510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1510A; }
p { color: rgb(193,81,10); }
H1.HeaderClassName
{
color: #C1510A;
}
.AnyTagClassName
{
color: #C1510A;
}
</style>
background-color css
<style>
a { background-color: #C1510A; }
a { background-color: rgb(193,81,10); }
div.DivClassName
{
background-color: #C1510A;
}
.BgClassName
{
background-color: #C1510A;
}
</style>
border-color css
<style>
span { border-color: #C1510A; }
span { border-color: rgb(193,81,10); }
td.TdClassName
{
border-color: #C1510A;
}
.TagClassName
{
border-color: #C1510A;
}
</style>