Shades of Tenne (Tawny) #C74500
Tints of Tenne (Tawny) #C74500
RGB
CMYK
RGB Variations
Color information
#C74500 (or 0xC74500) is known color: Tenne (Tawny). HEX triplet: C7, 45 and 00. RGB value is (199,69,0). Sum of RGB (Red+Green+Blue) = 199+69+0=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C74500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74500 is #38BAFF. Grayscale: #646464. Windows color (decimal): -3717888 or 17863. OLE color: 17863.
HSL color Cylindrical-coordinate representation of color #C74500: hue angle of 20.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C74500 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.22 |
| HSL | 20.8º | 1% | 0.39% | - |
| HSV(B) | 20.8º | 1% | 0.78% | - |
| XYZ | 25.68 | 16.4 | 1.81 | - |
| YUV | 100 | 71.57 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 0 | 0 | 0.65 | 1 | 0.22 | 20.8 | 1 | 0.39 |
| Hex | C7 | 45 | 0 | 0 | 41 | 64 | 16 | 15 | 64 | 27 |
| Octal | 307 | 105 | 0 | 0 | 101 | 144 | 26 | 25 | 144 | 47 |
| Binary | 11000111 | 1000101 | 0 | 0 | 1000001 | 1100100 | 10110 | 10101 | 1100100 | 100111 |
Color Harmonies of #C74500
Complementary color
Monochromatic Colors of #C74500
Black with #C74500
Text Example
Text Example
White with #C74500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74500; }
p { color: rgb(199,69,0); }
H1.HeaderClassName
{
color: #C74500;
}
.AnyTagClassName
{
color: #C74500;
}
</style>
background-color css
<style>
a { background-color: #C74500; }
a { background-color: rgb(199,69,0); }
div.DivClassName
{
background-color: #C74500;
}
.BgClassName
{
background-color: #C74500;
}
</style>
border-color css
<style>
span { border-color: #C74500; }
span { border-color: rgb(199,69,0); }
td.TdClassName
{
border-color: #C74500;
}
.TagClassName
{
border-color: #C74500;
}
</style>