Shades of Tenne (Tawny) #C15D13
Tints of Tenne (Tawny) #C15D13
RGB
CMYK
RGB Variations
Color information
#C15D13 (or 0xC15D13) is known color: Tenne (Tawny). HEX triplet: C1, 5D and 13. RGB value is (193,93,19). Sum of RGB (Red+Green+Blue) = 193+93+19=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15D13 is #3EA2EC. Grayscale: #727272. Windows color (decimal): -4104941 or 1269185. OLE color: 1269185.
HSL color Cylindrical-coordinate representation of color #C15D13: hue angle of 25.52º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C15D13 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 19 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.24 |
| HSL | 25.52º | 0.82% | 0.42% | - |
| HSV(B) | 25.52º | 0.9% | 0.76% | - |
| XYZ | 26.02 | 19.21 | 2.95 | - |
| YUV | 114.46 | 74.13 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 19 | 0 | 0.52 | 0.90 | 0.24 | 25.52 | 0.82 | 0.42 |
| Hex | C1 | 5D | 13 | 0 | 34 | 5A | 18 | 1A | 52 | 2A |
| Octal | 301 | 135 | 23 | 0 | 64 | 132 | 30 | 32 | 122 | 52 |
| Binary | 11000001 | 1011101 | 10011 | 0 | 110100 | 1011010 | 11000 | 11010 | 1010010 | 101010 |
Color Harmonies of #C15D13
Complementary color
Monochromatic Colors of #C15D13
Black with #C15D13
Text Example
Text Example
White with #C15D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D13; }
p { color: rgb(193,93,19); }
H1.HeaderClassName
{
color: #C15D13;
}
.AnyTagClassName
{
color: #C15D13;
}
</style>
background-color css
<style>
a { background-color: #C15D13; }
a { background-color: rgb(193,93,19); }
div.DivClassName
{
background-color: #C15D13;
}
.BgClassName
{
background-color: #C15D13;
}
</style>
border-color css
<style>
span { border-color: #C15D13; }
span { border-color: rgb(193,93,19); }
td.TdClassName
{
border-color: #C15D13;
}
.TagClassName
{
border-color: #C15D13;
}
</style>