Shades of Tenne (Tawny) #C15F01
Tints of Tenne (Tawny) #C15F01
RGB
CMYK
RGB Variations
Color information
#C15F01 (or 0xC15F01) is known color: Tenne (Tawny). HEX triplet: C1, 5F and 01. RGB value is (193,95,1). Sum of RGB (Red+Green+Blue) = 193+95+1=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15F01 is #3EA0FE. Grayscale: #727272. Windows color (decimal): -4104447 or 90049. OLE color: 90049.
HSL color Cylindrical-coordinate representation of color #C15F01: hue angle of 29.38º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C15F01 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.24 |
| HSL | 29.38º | 0.99% | 0.38% | - |
| HSV(B) | 29.38º | 0.99% | 0.76% | - |
| XYZ | 26.09 | 19.52 | 2.42 | - |
| YUV | 113.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 1 | 0 | 0.51 | 0.99 | 0.24 | 29.38 | 0.99 | 0.38 |
| Hex | C1 | 5F | 1 | 0 | 33 | 63 | 18 | 1D | 63 | 26 |
| Octal | 301 | 137 | 1 | 0 | 63 | 143 | 30 | 35 | 143 | 46 |
| Binary | 11000001 | 1011111 | 1 | 0 | 110011 | 1100011 | 11000 | 11101 | 1100011 | 100110 |
Color Harmonies of #C15F01
Complementary color
Monochromatic Colors of #C15F01
Black with #C15F01
Text Example
Text Example
White with #C15F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15F01; }
p { color: rgb(193,95,1); }
H1.HeaderClassName
{
color: #C15F01;
}
.AnyTagClassName
{
color: #C15F01;
}
</style>
background-color css
<style>
a { background-color: #C15F01; }
a { background-color: rgb(193,95,1); }
div.DivClassName
{
background-color: #C15F01;
}
.BgClassName
{
background-color: #C15F01;
}
</style>
border-color css
<style>
span { border-color: #C15F01; }
span { border-color: rgb(193,95,1); }
td.TdClassName
{
border-color: #C15F01;
}
.TagClassName
{
border-color: #C15F01;
}
</style>