Shades of Tenne (Tawny) #C75F0D
Tints of Tenne (Tawny) #C75F0D
RGB
CMYK
RGB Variations
Color information
#C75F0D (or 0xC75F0D) is known color: Tenne (Tawny). HEX triplet: C7, 5F and 0D. RGB value is (199,95,13). Sum of RGB (Red+Green+Blue) = 199+95+13=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75F0D is #38A0F2. Grayscale: #757575. Windows color (decimal): -3711219 or 876487. OLE color: 876487.
HSL color Cylindrical-coordinate representation of color #C75F0D: hue angle of 26.45º 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 #C75F0D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 13 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.22 |
| HSL | 26.45º | 0.88% | 0.42% | - |
| HSV(B) | 26.45º | 0.93% | 0.78% | - |
| XYZ | 27.72 | 20.36 | 2.85 | - |
| YUV | 116.75 | 69.46 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 13 | 0 | 0.52 | 0.93 | 0.22 | 26.45 | 0.88 | 0.42 |
| Hex | C7 | 5F | D | 0 | 34 | 5D | 16 | 1A | 58 | 2A |
| Octal | 307 | 137 | 15 | 0 | 64 | 135 | 26 | 32 | 130 | 52 |
| Binary | 11000111 | 1011111 | 1101 | 0 | 110100 | 1011101 | 10110 | 11010 | 1011000 | 101010 |
Color Harmonies of #C75F0D
Complementary color
Monochromatic Colors of #C75F0D
Black with #C75F0D
Text Example
Text Example
White with #C75F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75F0D; }
p { color: rgb(199,95,13); }
H1.HeaderClassName
{
color: #C75F0D;
}
.AnyTagClassName
{
color: #C75F0D;
}
</style>
background-color css
<style>
a { background-color: #C75F0D; }
a { background-color: rgb(199,95,13); }
div.DivClassName
{
background-color: #C75F0D;
}
.BgClassName
{
background-color: #C75F0D;
}
</style>
border-color css
<style>
span { border-color: #C75F0D; }
span { border-color: rgb(199,95,13); }
td.TdClassName
{
border-color: #C75F0D;
}
.TagClassName
{
border-color: #C75F0D;
}
</style>