Shades of Tenne (Tawny) #C75E01
Tints of Tenne (Tawny) #C75E01
RGB
CMYK
RGB Variations
Color information
#C75E01 (or 0xC75E01) is known color: Tenne (Tawny). HEX triplet: C7, 5E and 01. RGB value is (199,94,1). Sum of RGB (Red+Green+Blue) = 199+94+1=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75E01 is #38A1FE. Grayscale: #737373. Windows color (decimal): -3711487 or 89799. OLE color: 89799.
HSL color Cylindrical-coordinate representation of color #C75E01: hue angle of 28.18º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C75E01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 94 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.22 |
| HSL | 28.18º | 0.99% | 0.39% | - |
| HSV(B) | 28.18º | 0.99% | 0.78% | - |
| XYZ | 27.56 | 20.15 | 2.47 | - |
| YUV | 114.79 | 63.79 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 1 | 0 | 0.53 | 0.99 | 0.22 | 28.18 | 0.99 | 0.39 |
| Hex | C7 | 5E | 1 | 0 | 35 | 63 | 16 | 1C | 63 | 27 |
| Octal | 307 | 136 | 1 | 0 | 65 | 143 | 26 | 34 | 143 | 47 |
| Binary | 11000111 | 1011110 | 1 | 0 | 110101 | 1100011 | 10110 | 11100 | 1100011 | 100111 |
Color Harmonies of #C75E01
Complementary color
Monochromatic Colors of #C75E01
Black with #C75E01
Text Example
Text Example
White with #C75E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75E01; }
p { color: rgb(199,94,1); }
H1.HeaderClassName
{
color: #C75E01;
}
.AnyTagClassName
{
color: #C75E01;
}
</style>
background-color css
<style>
a { background-color: #C75E01; }
a { background-color: rgb(199,94,1); }
div.DivClassName
{
background-color: #C75E01;
}
.BgClassName
{
background-color: #C75E01;
}
</style>
border-color css
<style>
span { border-color: #C75E01; }
span { border-color: rgb(199,94,1); }
td.TdClassName
{
border-color: #C75E01;
}
.TagClassName
{
border-color: #C75E01;
}
</style>