Shades of Tenne (Tawny) #C15E0B
Tints of Tenne (Tawny) #C15E0B
RGB
CMYK
RGB Variations
Color information
#C15E0B (or 0xC15E0B) is known color: Tenne (Tawny). HEX triplet: C1, 5E and 0B. RGB value is (193,94,11). Sum of RGB (Red+Green+Blue) = 193+94+11=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15E0B is #3EA1F4. Grayscale: #727272. Windows color (decimal): -4104693 or 745153. OLE color: 745153.
HSL color Cylindrical-coordinate representation of color #C15E0B: hue angle of 27.36º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C15E0B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.24 |
| HSL | 27.36º | 0.89% | 0.4% | - |
| HSV(B) | 27.36º | 0.94% | 0.76% | - |
| XYZ | 26.06 | 19.37 | 2.68 | - |
| YUV | 114.14 | 69.8 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 11 | 0 | 0.51 | 0.94 | 0.24 | 27.36 | 0.89 | 0.4 |
| Hex | C1 | 5E | B | 0 | 33 | 5E | 18 | 1B | 59 | 28 |
| Octal | 301 | 136 | 13 | 0 | 63 | 136 | 30 | 33 | 131 | 50 |
| Binary | 11000001 | 1011110 | 1011 | 0 | 110011 | 1011110 | 11000 | 11011 | 1011001 | 101000 |
Color Harmonies of #C15E0B
Complementary color
Monochromatic Colors of #C15E0B
Black with #C15E0B
Text Example
Text Example
White with #C15E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E0B; }
p { color: rgb(193,94,11); }
H1.HeaderClassName
{
color: #C15E0B;
}
.AnyTagClassName
{
color: #C15E0B;
}
</style>
background-color css
<style>
a { background-color: #C15E0B; }
a { background-color: rgb(193,94,11); }
div.DivClassName
{
background-color: #C15E0B;
}
.BgClassName
{
background-color: #C15E0B;
}
</style>
border-color css
<style>
span { border-color: #C15E0B; }
span { border-color: rgb(193,94,11); }
td.TdClassName
{
border-color: #C15E0B;
}
.TagClassName
{
border-color: #C15E0B;
}
</style>