Shades of Tenne (Tawny) #C75500
Tints of Tenne (Tawny) #C75500
RGB
CMYK
RGB Variations
Color information
#C75500 (or 0xC75500) is known color: Tenne (Tawny). HEX triplet: C7, 55 and 00. RGB value is (199,85,0). Sum of RGB (Red+Green+Blue) = 199+85+0=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C75500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75500 is #38AAFF. Grayscale: #6D6D6D. Windows color (decimal): -3713792 or 21959. OLE color: 21959.
HSL color Cylindrical-coordinate representation of color #C75500: hue angle of 25.63º 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 #C75500 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.22 |
| HSL | 25.63º | 1% | 0.39% | - |
| HSV(B) | 25.63º | 1% | 0.78% | - |
| XYZ | 26.8 | 18.64 | 2.19 | - |
| YUV | 109.4 | 66.27 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 0 | 0 | 0.57 | 1 | 0.22 | 25.63 | 1 | 0.39 |
| Hex | C7 | 55 | 0 | 0 | 39 | 64 | 16 | 1A | 64 | 27 |
| Octal | 307 | 125 | 0 | 0 | 71 | 144 | 26 | 32 | 144 | 47 |
| Binary | 11000111 | 1010101 | 0 | 0 | 111001 | 1100100 | 10110 | 11010 | 1100100 | 100111 |
Color Harmonies of #C75500
Complementary color
Monochromatic Colors of #C75500
Black with #C75500
Text Example
Text Example
White with #C75500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75500; }
p { color: rgb(199,85,0); }
H1.HeaderClassName
{
color: #C75500;
}
.AnyTagClassName
{
color: #C75500;
}
</style>
background-color css
<style>
a { background-color: #C75500; }
a { background-color: rgb(199,85,0); }
div.DivClassName
{
background-color: #C75500;
}
.BgClassName
{
background-color: #C75500;
}
</style>
border-color css
<style>
span { border-color: #C75500; }
span { border-color: rgb(199,85,0); }
td.TdClassName
{
border-color: #C75500;
}
.TagClassName
{
border-color: #C75500;
}
</style>