Shades of Tenne (Tawny) #C75802
Tints of Tenne (Tawny) #C75802
RGB
CMYK
RGB Variations
Color information
#C75802 (or 0xC75802) is known color: Tenne (Tawny). HEX triplet: C7, 58 and 02. RGB value is (199,88,2). Sum of RGB (Red+Green+Blue) = 199+88+2=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C75802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75802 is #38A7FD. Grayscale: #6F6F6F. Windows color (decimal): -3713022 or 153799. OLE color: 153799.
HSL color Cylindrical-coordinate representation of color #C75802: hue angle of 26.19º 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 #C75802 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.22 |
| HSL | 26.19º | 0.98% | 0.39% | - |
| HSV(B) | 26.19º | 0.99% | 0.78% | - |
| XYZ | 27.05 | 19.13 | 2.32 | - |
| YUV | 111.39 | 66.27 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 2 | 0 | 0.56 | 0.99 | 0.22 | 26.19 | 0.98 | 0.39 |
| Hex | C7 | 58 | 2 | 0 | 38 | 63 | 16 | 1A | 62 | 27 |
| Octal | 307 | 130 | 2 | 0 | 70 | 143 | 26 | 32 | 142 | 47 |
| Binary | 11000111 | 1011000 | 10 | 0 | 111000 | 1100011 | 10110 | 11010 | 1100010 | 100111 |
Color Harmonies of #C75802
Complementary color
Monochromatic Colors of #C75802
Black with #C75802
Text Example
Text Example
White with #C75802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75802; }
p { color: rgb(199,88,2); }
H1.HeaderClassName
{
color: #C75802;
}
.AnyTagClassName
{
color: #C75802;
}
</style>
background-color css
<style>
a { background-color: #C75802; }
a { background-color: rgb(199,88,2); }
div.DivClassName
{
background-color: #C75802;
}
.BgClassName
{
background-color: #C75802;
}
</style>
border-color css
<style>
span { border-color: #C75802; }
span { border-color: rgb(199,88,2); }
td.TdClassName
{
border-color: #C75802;
}
.TagClassName
{
border-color: #C75802;
}
</style>