Shades of Tenne (Tawny) #C15B00
Tints of Tenne (Tawny) #C15B00
RGB
CMYK
RGB Variations
Color information
#C15B00 (or 0xC15B00) is known color: Tenne (Tawny). HEX triplet: C1, 5B and 00. RGB value is (193,91,0). Sum of RGB (Red+Green+Blue) = 193+91+0=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15B00 is #3EA4FF. Grayscale: #6F6F6F. Windows color (decimal): -4105472 or 23489. OLE color: 23489.
HSL color Cylindrical-coordinate representation of color #C15B00: hue angle of 28.29º 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 #C15B00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.24 |
| HSL | 28.29º | 1% | 0.38% | - |
| HSV(B) | 28.29º | 1% | 0.76% | - |
| XYZ | 25.73 | 18.82 | 2.28 | - |
| YUV | 111.12 | 65.29 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 0 | 0 | 0.53 | 1 | 0.24 | 28.29 | 1 | 0.38 |
| Hex | C1 | 5B | 0 | 0 | 35 | 64 | 18 | 1C | 64 | 26 |
| Octal | 301 | 133 | 0 | 0 | 65 | 144 | 30 | 34 | 144 | 46 |
| Binary | 11000001 | 1011011 | 0 | 0 | 110101 | 1100100 | 11000 | 11100 | 1100100 | 100110 |
Color Harmonies of #C15B00
Complementary color
Monochromatic Colors of #C15B00
Black with #C15B00
Text Example
Text Example
White with #C15B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B00; }
p { color: rgb(193,91,0); }
H1.HeaderClassName
{
color: #C15B00;
}
.AnyTagClassName
{
color: #C15B00;
}
</style>
background-color css
<style>
a { background-color: #C15B00; }
a { background-color: rgb(193,91,0); }
div.DivClassName
{
background-color: #C15B00;
}
.BgClassName
{
background-color: #C15B00;
}
</style>
border-color css
<style>
span { border-color: #C15B00; }
span { border-color: rgb(193,91,0); }
td.TdClassName
{
border-color: #C15B00;
}
.TagClassName
{
border-color: #C15B00;
}
</style>