Shades of Tenne (Tawny) #C15A07
Tints of Tenne (Tawny) #C15A07
RGB
CMYK
RGB Variations
Color information
#C15A07 (or 0xC15A07) is known color: Tenne (Tawny). HEX triplet: C1, 5A and 07. RGB value is (193,90,7). Sum of RGB (Red+Green+Blue) = 193+90+7=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15A07 is #3EA5F8. Grayscale: #6F6F6F. Windows color (decimal): -4105721 or 481985. OLE color: 481985.
HSL color Cylindrical-coordinate representation of color #C15A07: hue angle of 26.77º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C15A07 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 7 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.24 |
| HSL | 26.77º | 0.93% | 0.39% | - |
| HSV(B) | 26.77º | 0.96% | 0.76% | - |
| XYZ | 25.69 | 18.67 | 2.45 | - |
| YUV | 111.34 | 69.12 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 7 | 0 | 0.53 | 0.96 | 0.24 | 26.77 | 0.93 | 0.39 |
| Hex | C1 | 5A | 7 | 0 | 35 | 60 | 18 | 1B | 5D | 27 |
| Octal | 301 | 132 | 7 | 0 | 65 | 140 | 30 | 33 | 135 | 47 |
| Binary | 11000001 | 1011010 | 111 | 0 | 110101 | 1100000 | 11000 | 11011 | 1011101 | 100111 |
Color Harmonies of #C15A07
Complementary color
Monochromatic Colors of #C15A07
Black with #C15A07
Text Example
Text Example
White with #C15A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A07; }
p { color: rgb(193,90,7); }
H1.HeaderClassName
{
color: #C15A07;
}
.AnyTagClassName
{
color: #C15A07;
}
</style>
background-color css
<style>
a { background-color: #C15A07; }
a { background-color: rgb(193,90,7); }
div.DivClassName
{
background-color: #C15A07;
}
.BgClassName
{
background-color: #C15A07;
}
</style>
border-color css
<style>
span { border-color: #C15A07; }
span { border-color: rgb(193,90,7); }
td.TdClassName
{
border-color: #C15A07;
}
.TagClassName
{
border-color: #C15A07;
}
</style>