Shades of Tenne (Tawny) #C05701
Tints of Tenne (Tawny) #C05701
RGB
CMYK
RGB Variations
Color information
#C05701 (or 0xC05701) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 01. RGB value is (192,87,1). Sum of RGB (Red+Green+Blue) = 192+87+1=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C05701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05701 is #3FA8FE. Grayscale: #6D6D6D. Windows color (decimal): -4172031 or 88000. OLE color: 88000.
HSL color Cylindrical-coordinate representation of color #C05701: hue angle of 27.02º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C05701 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.25 |
| HSL | 27.02º | 0.99% | 0.38% | - |
| HSV(B) | 27.02º | 0.99% | 0.75% | - |
| XYZ | 25.15 | 18.03 | 2.18 | - |
| YUV | 108.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 1 | 0 | 0.55 | 0.99 | 0.25 | 27.02 | 0.99 | 0.38 |
| Hex | C0 | 57 | 1 | 0 | 37 | 63 | 19 | 1B | 63 | 26 |
| Octal | 300 | 127 | 1 | 0 | 67 | 143 | 31 | 33 | 143 | 46 |
| Binary | 11000000 | 1010111 | 1 | 0 | 110111 | 1100011 | 11001 | 11011 | 1100011 | 100110 |
Color Harmonies of #C05701
Complementary color
Monochromatic Colors of #C05701
Black with #C05701
Text Example
Text Example
White with #C05701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05701; }
p { color: rgb(192,87,1); }
H1.HeaderClassName
{
color: #C05701;
}
.AnyTagClassName
{
color: #C05701;
}
</style>
background-color css
<style>
a { background-color: #C05701; }
a { background-color: rgb(192,87,1); }
div.DivClassName
{
background-color: #C05701;
}
.BgClassName
{
background-color: #C05701;
}
</style>
border-color css
<style>
span { border-color: #C05701; }
span { border-color: rgb(192,87,1); }
td.TdClassName
{
border-color: #C05701;
}
.TagClassName
{
border-color: #C05701;
}
</style>