Shades of Tenne (Tawny) #C7590C
Tints of Tenne (Tawny) #C7590C
RGB
CMYK
RGB Variations
Color information
#C7590C (or 0xC7590C) is known color: Tenne (Tawny). HEX triplet: C7, 59 and 0C. RGB value is (199,89,12). Sum of RGB (Red+Green+Blue) = 199+89+12=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C7590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7590C is #38A6F3. Grayscale: #717171. Windows color (decimal): -3712756 or 809415. OLE color: 809415.
HSL color Cylindrical-coordinate representation of color #C7590C: hue angle of 24.71º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7590C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 12 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.22 |
| HSL | 24.71º | 0.89% | 0.41% | - |
| HSV(B) | 24.71º | 0.94% | 0.78% | - |
| XYZ | 27.19 | 19.31 | 2.64 | - |
| YUV | 113.11 | 70.94 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 12 | 0 | 0.55 | 0.94 | 0.22 | 24.71 | 0.89 | 0.41 |
| Hex | C7 | 59 | C | 0 | 37 | 5E | 16 | 19 | 59 | 29 |
| Octal | 307 | 131 | 14 | 0 | 67 | 136 | 26 | 31 | 131 | 51 |
| Binary | 11000111 | 1011001 | 1100 | 0 | 110111 | 1011110 | 10110 | 11001 | 1011001 | 101001 |
Color Harmonies of #C7590C
Complementary color
Monochromatic Colors of #C7590C
Black with #C7590C
Text Example
Text Example
White with #C7590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7590C; }
p { color: rgb(199,89,12); }
H1.HeaderClassName
{
color: #C7590C;
}
.AnyTagClassName
{
color: #C7590C;
}
</style>
background-color css
<style>
a { background-color: #C7590C; }
a { background-color: rgb(199,89,12); }
div.DivClassName
{
background-color: #C7590C;
}
.BgClassName
{
background-color: #C7590C;
}
</style>
border-color css
<style>
span { border-color: #C7590C; }
span { border-color: rgb(199,89,12); }
td.TdClassName
{
border-color: #C7590C;
}
.TagClassName
{
border-color: #C7590C;
}
</style>