Shades of Tenne (Tawny) #C75503
Tints of Tenne (Tawny) #C75503
RGB
CMYK
RGB Variations
Color information
#C75503 (or 0xC75503) is known color: Tenne (Tawny). HEX triplet: C7, 55 and 03. RGB value is (199,85,3). Sum of RGB (Red+Green+Blue) = 199+85+3=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C75503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75503 is #38AAFC. Grayscale: #6E6E6E. Windows color (decimal): -3713789 or 218567. OLE color: 218567.
HSL color Cylindrical-coordinate representation of color #C75503: hue angle of 25.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C75503 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.22 |
| HSL | 25.1º | 0.97% | 0.4% | - |
| HSV(B) | 25.1º | 0.98% | 0.78% | - |
| XYZ | 26.82 | 18.65 | 2.27 | - |
| YUV | 109.74 | 67.77 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 3 | 0 | 0.57 | 0.98 | 0.22 | 25.1 | 0.97 | 0.4 |
| Hex | C7 | 55 | 3 | 0 | 39 | 62 | 16 | 19 | 61 | 28 |
| Octal | 307 | 125 | 3 | 0 | 71 | 142 | 26 | 31 | 141 | 50 |
| Binary | 11000111 | 1010101 | 11 | 0 | 111001 | 1100010 | 10110 | 11001 | 1100001 | 101000 |
Color Harmonies of #C75503
Complementary color
Monochromatic Colors of #C75503
Black with #C75503
Text Example
Text Example
White with #C75503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75503; }
p { color: rgb(199,85,3); }
H1.HeaderClassName
{
color: #C75503;
}
.AnyTagClassName
{
color: #C75503;
}
</style>
background-color css
<style>
a { background-color: #C75503; }
a { background-color: rgb(199,85,3); }
div.DivClassName
{
background-color: #C75503;
}
.BgClassName
{
background-color: #C75503;
}
</style>
border-color css
<style>
span { border-color: #C75503; }
span { border-color: rgb(199,85,3); }
td.TdClassName
{
border-color: #C75503;
}
.TagClassName
{
border-color: #C75503;
}
</style>