Shades of Tenne (Tawny) #C15C0D
Tints of Tenne (Tawny) #C15C0D
RGB
CMYK
RGB Variations
Color information
#C15C0D (or 0xC15C0D) is known color: Tenne (Tawny). HEX triplet: C1, 5C and 0D. RGB value is (193,92,13). Sum of RGB (Red+Green+Blue) = 193+92+13=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15C0D is #3EA3F2. Grayscale: #717171. Windows color (decimal): -4105203 or 875713. OLE color: 875713.
HSL color Cylindrical-coordinate representation of color #C15C0D: hue angle of 26.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 #C15C0D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 13 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.24 |
| HSL | 26.33º | 0.87% | 0.4% | - |
| HSV(B) | 26.33º | 0.93% | 0.76% | - |
| XYZ | 25.89 | 19.02 | 2.69 | - |
| YUV | 113.19 | 71.46 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 13 | 0 | 0.52 | 0.93 | 0.24 | 26.33 | 0.87 | 0.4 |
| Hex | C1 | 5C | D | 0 | 34 | 5D | 18 | 1A | 57 | 28 |
| Octal | 301 | 134 | 15 | 0 | 64 | 135 | 30 | 32 | 127 | 50 |
| Binary | 11000001 | 1011100 | 1101 | 0 | 110100 | 1011101 | 11000 | 11010 | 1010111 | 101000 |
Color Harmonies of #C15C0D
Complementary color
Monochromatic Colors of #C15C0D
Black with #C15C0D
Text Example
Text Example
White with #C15C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C0D; }
p { color: rgb(193,92,13); }
H1.HeaderClassName
{
color: #C15C0D;
}
.AnyTagClassName
{
color: #C15C0D;
}
</style>
background-color css
<style>
a { background-color: #C15C0D; }
a { background-color: rgb(193,92,13); }
div.DivClassName
{
background-color: #C15C0D;
}
.BgClassName
{
background-color: #C15C0D;
}
</style>
border-color css
<style>
span { border-color: #C15C0D; }
span { border-color: rgb(193,92,13); }
td.TdClassName
{
border-color: #C15C0D;
}
.TagClassName
{
border-color: #C15C0D;
}
</style>