Shades of Tenne (Tawny) #C1560D
Tints of Tenne (Tawny) #C1560D
RGB
CMYK
RGB Variations
Color information
#C1560D (or 0xC1560D) is known color: Tenne (Tawny). HEX triplet: C1, 56 and 0D. RGB value is (193,86,13). Sum of RGB (Red+Green+Blue) = 193+86+13=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1560D is #3EA9F2. Grayscale: #6E6E6E. Windows color (decimal): -4106739 or 874177. OLE color: 874177.
HSL color Cylindrical-coordinate representation of color #C1560D: hue angle of 24.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1560D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 13 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.24 |
| HSL | 24.33º | 0.87% | 0.4% | - |
| HSV(B) | 24.33º | 0.93% | 0.76% | - |
| XYZ | 25.39 | 18.02 | 2.52 | - |
| YUV | 109.67 | 73.45 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 13 | 0 | 0.55 | 0.93 | 0.24 | 24.33 | 0.87 | 0.4 |
| Hex | C1 | 56 | D | 0 | 37 | 5D | 18 | 18 | 57 | 28 |
| Octal | 301 | 126 | 15 | 0 | 67 | 135 | 30 | 30 | 127 | 50 |
| Binary | 11000001 | 1010110 | 1101 | 0 | 110111 | 1011101 | 11000 | 11000 | 1010111 | 101000 |
Color Harmonies of #C1560D
Complementary color
Monochromatic Colors of #C1560D
Black with #C1560D
Text Example
Text Example
White with #C1560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1560D; }
p { color: rgb(193,86,13); }
H1.HeaderClassName
{
color: #C1560D;
}
.AnyTagClassName
{
color: #C1560D;
}
</style>
background-color css
<style>
a { background-color: #C1560D; }
a { background-color: rgb(193,86,13); }
div.DivClassName
{
background-color: #C1560D;
}
.BgClassName
{
background-color: #C1560D;
}
</style>
border-color css
<style>
span { border-color: #C1560D; }
span { border-color: rgb(193,86,13); }
td.TdClassName
{
border-color: #C1560D;
}
.TagClassName
{
border-color: #C1560D;
}
</style>