Shades of Tenne (Tawny) #C15A05
Tints of Tenne (Tawny) #C15A05
RGB
CMYK
RGB Variations
Color information
#C15A05 (or 0xC15A05) is known color: Tenne (Tawny). HEX triplet: C1, 5A and 05. RGB value is (193,90,5). Sum of RGB (Red+Green+Blue) = 193+90+5=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15A05 is #3EA5FA. Grayscale: #6F6F6F. Windows color (decimal): -4105723 or 350913. OLE color: 350913.
HSL color Cylindrical-coordinate representation of color #C15A05: hue angle of 27.13º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C15A05 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 5 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.24 |
| HSL | 27.13º | 0.95% | 0.39% | - |
| HSV(B) | 27.13º | 0.97% | 0.76% | - |
| XYZ | 25.68 | 18.66 | 2.39 | - |
| YUV | 111.11 | 68.12 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 5 | 0 | 0.53 | 0.97 | 0.24 | 27.13 | 0.95 | 0.39 |
| Hex | C1 | 5A | 5 | 0 | 35 | 61 | 18 | 1B | 5F | 27 |
| Octal | 301 | 132 | 5 | 0 | 65 | 141 | 30 | 33 | 137 | 47 |
| Binary | 11000001 | 1011010 | 101 | 0 | 110101 | 1100001 | 11000 | 11011 | 1011111 | 100111 |
Color Harmonies of #C15A05
Complementary color
Monochromatic Colors of #C15A05
Black with #C15A05
Text Example
Text Example
White with #C15A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A05; }
p { color: rgb(193,90,5); }
H1.HeaderClassName
{
color: #C15A05;
}
.AnyTagClassName
{
color: #C15A05;
}
</style>
background-color css
<style>
a { background-color: #C15A05; }
a { background-color: rgb(193,90,5); }
div.DivClassName
{
background-color: #C15A05;
}
.BgClassName
{
background-color: #C15A05;
}
</style>
border-color css
<style>
span { border-color: #C15A05; }
span { border-color: rgb(193,90,5); }
td.TdClassName
{
border-color: #C15A05;
}
.TagClassName
{
border-color: #C15A05;
}
</style>