Shades of Tenne (Tawny) #C75800
Tints of Tenne (Tawny) #C75800
RGB
CMYK
RGB Variations
Color information
#C75800 (or 0xC75800) is known color: Tenne (Tawny). HEX triplet: C7, 58 and 00. RGB value is (199,88,0). Sum of RGB (Red+Green+Blue) = 199+88+0=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C75800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75800 is #38A7FF. Grayscale: #6F6F6F. Windows color (decimal): -3713024 or 22727. OLE color: 22727.
HSL color Cylindrical-coordinate representation of color #C75800: hue angle of 26.53º 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 #C75800 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.22 |
| HSL | 26.53º | 1% | 0.39% | - |
| HSV(B) | 26.53º | 1% | 0.78% | - |
| XYZ | 27.04 | 19.12 | 2.27 | - |
| YUV | 111.16 | 65.27 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 0 | 0 | 0.56 | 1 | 0.22 | 26.53 | 1 | 0.39 |
| Hex | C7 | 58 | 0 | 0 | 38 | 64 | 16 | 1B | 64 | 27 |
| Octal | 307 | 130 | 0 | 0 | 70 | 144 | 26 | 33 | 144 | 47 |
| Binary | 11000111 | 1011000 | 0 | 0 | 111000 | 1100100 | 10110 | 11011 | 1100100 | 100111 |
Color Harmonies of #C75800
Complementary color
Monochromatic Colors of #C75800
Black with #C75800
Text Example
Text Example
White with #C75800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75800; }
p { color: rgb(199,88,0); }
H1.HeaderClassName
{
color: #C75800;
}
.AnyTagClassName
{
color: #C75800;
}
</style>
background-color css
<style>
a { background-color: #C75800; }
a { background-color: rgb(199,88,0); }
div.DivClassName
{
background-color: #C75800;
}
.BgClassName
{
background-color: #C75800;
}
</style>
border-color css
<style>
span { border-color: #C75800; }
span { border-color: rgb(199,88,0); }
td.TdClassName
{
border-color: #C75800;
}
.TagClassName
{
border-color: #C75800;
}
</style>