Shades of Tenne (Tawny) #C15D11
Tints of Tenne (Tawny) #C15D11
RGB
CMYK
RGB Variations
Color information
#C15D11 (or 0xC15D11) is known color: Tenne (Tawny). HEX triplet: C1, 5D and 11. RGB value is (193,93,17). Sum of RGB (Red+Green+Blue) = 193+93+17=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15D11 is #3EA2EE. Grayscale: #727272. Windows color (decimal): -4104943 or 1138113. OLE color: 1138113.
HSL color Cylindrical-coordinate representation of color #C15D11: hue angle of 25.91º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C15D11 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 17 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.24 |
| HSL | 25.91º | 0.84% | 0.41% | - |
| HSV(B) | 25.91º | 0.91% | 0.76% | - |
| XYZ | 26.01 | 19.21 | 2.87 | - |
| YUV | 114.24 | 73.13 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 17 | 0 | 0.52 | 0.91 | 0.24 | 25.91 | 0.84 | 0.41 |
| Hex | C1 | 5D | 11 | 0 | 34 | 5B | 18 | 1A | 54 | 29 |
| Octal | 301 | 135 | 21 | 0 | 64 | 133 | 30 | 32 | 124 | 51 |
| Binary | 11000001 | 1011101 | 10001 | 0 | 110100 | 1011011 | 11000 | 11010 | 1010100 | 101001 |
Color Harmonies of #C15D11
Complementary color
Monochromatic Colors of #C15D11
Black with #C15D11
Text Example
Text Example
White with #C15D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D11; }
p { color: rgb(193,93,17); }
H1.HeaderClassName
{
color: #C15D11;
}
.AnyTagClassName
{
color: #C15D11;
}
</style>
background-color css
<style>
a { background-color: #C15D11; }
a { background-color: rgb(193,93,17); }
div.DivClassName
{
background-color: #C15D11;
}
.BgClassName
{
background-color: #C15D11;
}
</style>
border-color css
<style>
span { border-color: #C15D11; }
span { border-color: rgb(193,93,17); }
td.TdClassName
{
border-color: #C15D11;
}
.TagClassName
{
border-color: #C15D11;
}
</style>