Shades of Tenne (Tawny) #C74F02
Tints of Tenne (Tawny) #C74F02
RGB
CMYK
RGB Variations
Color information
#C74F02 (or 0xC74F02) is known color: Tenne (Tawny). HEX triplet: C7, 4F and 02. RGB value is (199,79,2). Sum of RGB (Red+Green+Blue) = 199+79+2=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74F02 is #38B0FD. Grayscale: #6A6A6A. Windows color (decimal): -3715326 or 151495. OLE color: 151495.
HSL color Cylindrical-coordinate representation of color #C74F02: hue angle of 23.45º 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 #C74F02 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.22 |
| HSL | 23.45º | 0.98% | 0.39% | - |
| HSV(B) | 23.45º | 0.99% | 0.78% | - |
| XYZ | 26.36 | 17.74 | 2.09 | - |
| YUV | 106.1 | 69.26 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 2 | 0 | 0.60 | 0.99 | 0.22 | 23.45 | 0.98 | 0.39 |
| Hex | C7 | 4F | 2 | 0 | 3C | 63 | 16 | 17 | 62 | 27 |
| Octal | 307 | 117 | 2 | 0 | 74 | 143 | 26 | 27 | 142 | 47 |
| Binary | 11000111 | 1001111 | 10 | 0 | 111100 | 1100011 | 10110 | 10111 | 1100010 | 100111 |
Color Harmonies of #C74F02
Complementary color
Monochromatic Colors of #C74F02
Black with #C74F02
Text Example
Text Example
White with #C74F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F02; }
p { color: rgb(199,79,2); }
H1.HeaderClassName
{
color: #C74F02;
}
.AnyTagClassName
{
color: #C74F02;
}
</style>
background-color css
<style>
a { background-color: #C74F02; }
a { background-color: rgb(199,79,2); }
div.DivClassName
{
background-color: #C74F02;
}
.BgClassName
{
background-color: #C74F02;
}
</style>
border-color css
<style>
span { border-color: #C74F02; }
span { border-color: rgb(199,79,2); }
td.TdClassName
{
border-color: #C74F02;
}
.TagClassName
{
border-color: #C74F02;
}
</style>