Shades of Tenne (Tawny) #C7500D
Tints of Tenne (Tawny) #C7500D
RGB
CMYK
RGB Variations
Color information
#C7500D (or 0xC7500D) is known color: Tenne (Tawny). HEX triplet: C7, 50 and 0D. RGB value is (199,80,13). Sum of RGB (Red+Green+Blue) = 199+80+13=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C7500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7500D is #38AFF2. Grayscale: #6C6C6C. Windows color (decimal): -3715059 or 872647. OLE color: 872647.
HSL color Cylindrical-coordinate representation of color #C7500D: hue angle of 21.61º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7500D is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 13 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.22 |
| HSL | 21.61º | 0.88% | 0.42% | - |
| HSV(B) | 21.61º | 0.93% | 0.78% | - |
| XYZ | 26.49 | 17.91 | 2.44 | - |
| YUV | 107.94 | 74.42 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 13 | 0 | 0.60 | 0.93 | 0.22 | 21.61 | 0.88 | 0.42 |
| Hex | C7 | 50 | D | 0 | 3C | 5D | 16 | 16 | 58 | 2A |
| Octal | 307 | 120 | 15 | 0 | 74 | 135 | 26 | 26 | 130 | 52 |
| Binary | 11000111 | 1010000 | 1101 | 0 | 111100 | 1011101 | 10110 | 10110 | 1011000 | 101010 |
Color Harmonies of #C7500D
Complementary color
Monochromatic Colors of #C7500D
Black with #C7500D
Text Example
Text Example
White with #C7500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7500D; }
p { color: rgb(199,80,13); }
H1.HeaderClassName
{
color: #C7500D;
}
.AnyTagClassName
{
color: #C7500D;
}
</style>
background-color css
<style>
a { background-color: #C7500D; }
a { background-color: rgb(199,80,13); }
div.DivClassName
{
background-color: #C7500D;
}
.BgClassName
{
background-color: #C7500D;
}
</style>
border-color css
<style>
span { border-color: #C7500D; }
span { border-color: rgb(199,80,13); }
td.TdClassName
{
border-color: #C7500D;
}
.TagClassName
{
border-color: #C7500D;
}
</style>