Shades of Tenne (Tawny) #C15500
Tints of Tenne (Tawny) #C15500
RGB
CMYK
RGB Variations
Color information
#C15500 (or 0xC15500) is known color: Tenne (Tawny). HEX triplet: C1, 55 and 00. RGB value is (193,85,0). Sum of RGB (Red+Green+Blue) = 193+85+0=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C15500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15500 is #3EAAFF. Grayscale: #6C6C6C. Windows color (decimal): -4107008 or 21953. OLE color: 21953.
HSL color Cylindrical-coordinate representation of color #C15500: hue angle of 26.42º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C15500 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.24 |
| HSL | 26.42º | 1% | 0.38% | - |
| HSV(B) | 26.42º | 1% | 0.76% | - |
| XYZ | 25.24 | 17.83 | 2.11 | - |
| YUV | 107.6 | 67.28 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 0 | 0 | 0.56 | 1 | 0.24 | 26.42 | 1 | 0.38 |
| Hex | C1 | 55 | 0 | 0 | 38 | 64 | 18 | 1A | 64 | 26 |
| Octal | 301 | 125 | 0 | 0 | 70 | 144 | 30 | 32 | 144 | 46 |
| Binary | 11000001 | 1010101 | 0 | 0 | 111000 | 1100100 | 11000 | 11010 | 1100100 | 100110 |
Color Harmonies of #C15500
Complementary color
Monochromatic Colors of #C15500
Black with #C15500
Text Example
Text Example
White with #C15500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15500; }
p { color: rgb(193,85,0); }
H1.HeaderClassName
{
color: #C15500;
}
.AnyTagClassName
{
color: #C15500;
}
</style>
background-color css
<style>
a { background-color: #C15500; }
a { background-color: rgb(193,85,0); }
div.DivClassName
{
background-color: #C15500;
}
.BgClassName
{
background-color: #C15500;
}
</style>
border-color css
<style>
span { border-color: #C15500; }
span { border-color: rgb(193,85,0); }
td.TdClassName
{
border-color: #C15500;
}
.TagClassName
{
border-color: #C15500;
}
</style>