Shades of Tenne (Tawny) #C15400
Tints of Tenne (Tawny) #C15400
RGB
CMYK
RGB Variations
Color information
#C15400 (or 0xC15400) is known color: Tenne (Tawny). HEX triplet: C1, 54 and 00. RGB value is (193,84,0). Sum of RGB (Red+Green+Blue) = 193+84+0=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C15400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15400 is #3EABFF. Grayscale: #6B6B6B. Windows color (decimal): -4107264 or 21697. OLE color: 21697.
HSL color Cylindrical-coordinate representation of color #C15400: hue angle of 26.11º 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 #C15400 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.24 |
| HSL | 26.11º | 1% | 0.38% | - |
| HSV(B) | 26.11º | 1% | 0.76% | - |
| XYZ | 25.16 | 17.68 | 2.09 | - |
| YUV | 107.02 | 67.61 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 0 | 0 | 0.56 | 1 | 0.24 | 26.11 | 1 | 0.38 |
| Hex | C1 | 54 | 0 | 0 | 38 | 64 | 18 | 1A | 64 | 26 |
| Octal | 301 | 124 | 0 | 0 | 70 | 144 | 30 | 32 | 144 | 46 |
| Binary | 11000001 | 1010100 | 0 | 0 | 111000 | 1100100 | 11000 | 11010 | 1100100 | 100110 |
Color Harmonies of #C15400
Complementary color
Monochromatic Colors of #C15400
Black with #C15400
Text Example
Text Example
White with #C15400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15400; }
p { color: rgb(193,84,0); }
H1.HeaderClassName
{
color: #C15400;
}
.AnyTagClassName
{
color: #C15400;
}
</style>
background-color css
<style>
a { background-color: #C15400; }
a { background-color: rgb(193,84,0); }
div.DivClassName
{
background-color: #C15400;
}
.BgClassName
{
background-color: #C15400;
}
</style>
border-color css
<style>
span { border-color: #C15400; }
span { border-color: rgb(193,84,0); }
td.TdClassName
{
border-color: #C15400;
}
.TagClassName
{
border-color: #C15400;
}
</style>