Shades of Tenne (Tawny) #C15B0C
Tints of Tenne (Tawny) #C15B0C
RGB
CMYK
RGB Variations
Color information
#C15B0C (or 0xC15B0C) is known color: Tenne (Tawny). HEX triplet: C1, 5B and 0C. RGB value is (193,91,12). Sum of RGB (Red+Green+Blue) = 193+91+12=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15B0C is #3EA4F3. Grayscale: #707070. Windows color (decimal): -4105460 or 809921. OLE color: 809921.
HSL color Cylindrical-coordinate representation of color #C15B0C: hue angle of 26.19º degrees, saturation: 0.88, 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 #C15B0C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 12 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.24 |
| HSL | 26.19º | 0.88% | 0.4% | - |
| HSV(B) | 26.19º | 0.94% | 0.76% | - |
| XYZ | 25.8 | 18.85 | 2.63 | - |
| YUV | 112.49 | 71.29 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 12 | 0 | 0.53 | 0.94 | 0.24 | 26.19 | 0.88 | 0.4 |
| Hex | C1 | 5B | C | 0 | 35 | 5E | 18 | 1A | 58 | 28 |
| Octal | 301 | 133 | 14 | 0 | 65 | 136 | 30 | 32 | 130 | 50 |
| Binary | 11000001 | 1011011 | 1100 | 0 | 110101 | 1011110 | 11000 | 11010 | 1011000 | 101000 |
Color Harmonies of #C15B0C
Complementary color
Monochromatic Colors of #C15B0C
Black with #C15B0C
Text Example
Text Example
White with #C15B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B0C; }
p { color: rgb(193,91,12); }
H1.HeaderClassName
{
color: #C15B0C;
}
.AnyTagClassName
{
color: #C15B0C;
}
</style>
background-color css
<style>
a { background-color: #C15B0C; }
a { background-color: rgb(193,91,12); }
div.DivClassName
{
background-color: #C15B0C;
}
.BgClassName
{
background-color: #C15B0C;
}
</style>
border-color css
<style>
span { border-color: #C15B0C; }
span { border-color: rgb(193,91,12); }
td.TdClassName
{
border-color: #C15B0C;
}
.TagClassName
{
border-color: #C15B0C;
}
</style>