Shades of Tenne (Tawny) #C74602
Tints of Tenne (Tawny) #C74602
RGB
CMYK
RGB Variations
Color information
#C74602 (or 0xC74602) is known color: Tenne (Tawny). HEX triplet: C7, 46 and 02. RGB value is (199,70,2). Sum of RGB (Red+Green+Blue) = 199+70+2=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C74602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74602 is #38B9FD. Grayscale: #656565. Windows color (decimal): -3717630 or 149191. OLE color: 149191.
HSL color Cylindrical-coordinate representation of color #C74602: hue angle of 20.71º degrees, saturation: 0.98, 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 #C74602 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.22 |
| HSL | 20.71º | 0.98% | 0.39% | - |
| HSV(B) | 20.71º | 0.99% | 0.78% | - |
| XYZ | 25.75 | 16.53 | 1.89 | - |
| YUV | 100.82 | 72.24 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 2 | 0 | 0.65 | 0.99 | 0.22 | 20.71 | 0.98 | 0.39 |
| Hex | C7 | 46 | 2 | 0 | 41 | 63 | 16 | 15 | 62 | 27 |
| Octal | 307 | 106 | 2 | 0 | 101 | 143 | 26 | 25 | 142 | 47 |
| Binary | 11000111 | 1000110 | 10 | 0 | 1000001 | 1100011 | 10110 | 10101 | 1100010 | 100111 |
Color Harmonies of #C74602
Complementary color
Monochromatic Colors of #C74602
Black with #C74602
Text Example
Text Example
White with #C74602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74602; }
p { color: rgb(199,70,2); }
H1.HeaderClassName
{
color: #C74602;
}
.AnyTagClassName
{
color: #C74602;
}
</style>
background-color css
<style>
a { background-color: #C74602; }
a { background-color: rgb(199,70,2); }
div.DivClassName
{
background-color: #C74602;
}
.BgClassName
{
background-color: #C74602;
}
</style>
border-color css
<style>
span { border-color: #C74602; }
span { border-color: rgb(199,70,2); }
td.TdClassName
{
border-color: #C74602;
}
.TagClassName
{
border-color: #C74602;
}
</style>