Shades of Tenne (Tawny) #C75401
Tints of Tenne (Tawny) #C75401
RGB
CMYK
RGB Variations
Color information
#C75401 (or 0xC75401) is known color: Tenne (Tawny). HEX triplet: C7, 54 and 01. RGB value is (199,84,1). Sum of RGB (Red+Green+Blue) = 199+84+1=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C75401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75401 is #38ABFE. Grayscale: #6D6D6D. Windows color (decimal): -3714047 or 87239. OLE color: 87239.
HSL color Cylindrical-coordinate representation of color #C75401: hue angle of 25.15º 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 #C75401 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.22 |
| HSL | 25.15º | 0.99% | 0.39% | - |
| HSV(B) | 25.15º | 0.99% | 0.78% | - |
| XYZ | 26.73 | 18.48 | 2.19 | - |
| YUV | 108.92 | 67.1 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 1 | 0 | 0.58 | 0.99 | 0.22 | 25.15 | 0.99 | 0.39 |
| Hex | C7 | 54 | 1 | 0 | 3A | 63 | 16 | 19 | 63 | 27 |
| Octal | 307 | 124 | 1 | 0 | 72 | 143 | 26 | 31 | 143 | 47 |
| Binary | 11000111 | 1010100 | 1 | 0 | 111010 | 1100011 | 10110 | 11001 | 1100011 | 100111 |
Color Harmonies of #C75401
Complementary color
Monochromatic Colors of #C75401
Black with #C75401
Text Example
Text Example
White with #C75401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75401; }
p { color: rgb(199,84,1); }
H1.HeaderClassName
{
color: #C75401;
}
.AnyTagClassName
{
color: #C75401;
}
</style>
background-color css
<style>
a { background-color: #C75401; }
a { background-color: rgb(199,84,1); }
div.DivClassName
{
background-color: #C75401;
}
.BgClassName
{
background-color: #C75401;
}
</style>
border-color css
<style>
span { border-color: #C75401; }
span { border-color: rgb(199,84,1); }
td.TdClassName
{
border-color: #C75401;
}
.TagClassName
{
border-color: #C75401;
}
</style>