Shades of Tenne (Tawny) #C15C0A
Tints of Tenne (Tawny) #C15C0A
RGB
CMYK
RGB Variations
Color information
#C15C0A (or 0xC15C0A) is known color: Tenne (Tawny). HEX triplet: C1, 5C and 0A. RGB value is (193,92,10). Sum of RGB (Red+Green+Blue) = 193+92+10=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15C0A is #3EA3F5. Grayscale: #717171. Windows color (decimal): -4105206 or 679105. OLE color: 679105.
HSL color Cylindrical-coordinate representation of color #C15C0A: hue angle of 26.89º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C15C0A is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 10 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.24 |
| HSL | 26.89º | 0.9% | 0.4% | - |
| HSV(B) | 26.89º | 0.95% | 0.76% | - |
| XYZ | 25.87 | 19.01 | 2.59 | - |
| YUV | 112.85 | 69.96 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 10 | 0 | 0.52 | 0.95 | 0.24 | 26.89 | 0.9 | 0.4 |
| Hex | C1 | 5C | A | 0 | 34 | 5F | 18 | 1B | 5A | 28 |
| Octal | 301 | 134 | 12 | 0 | 64 | 137 | 30 | 33 | 132 | 50 |
| Binary | 11000001 | 1011100 | 1010 | 0 | 110100 | 1011111 | 11000 | 11011 | 1011010 | 101000 |
Color Harmonies of #C15C0A
Complementary color
Monochromatic Colors of #C15C0A
Black with #C15C0A
Text Example
Text Example
White with #C15C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C0A; }
p { color: rgb(193,92,10); }
H1.HeaderClassName
{
color: #C15C0A;
}
.AnyTagClassName
{
color: #C15C0A;
}
</style>
background-color css
<style>
a { background-color: #C15C0A; }
a { background-color: rgb(193,92,10); }
div.DivClassName
{
background-color: #C15C0A;
}
.BgClassName
{
background-color: #C15C0A;
}
</style>
border-color css
<style>
span { border-color: #C15C0A; }
span { border-color: rgb(193,92,10); }
td.TdClassName
{
border-color: #C15C0A;
}
.TagClassName
{
border-color: #C15C0A;
}
</style>