Shades of Tenne (Tawny) #C75D10
Tints of Tenne (Tawny) #C75D10
RGB
CMYK
RGB Variations
Color information
#C75D10 (or 0xC75D10) is known color: Tenne (Tawny). HEX triplet: C7, 5D and 10. RGB value is (199,93,16). Sum of RGB (Red+Green+Blue) = 199+93+16=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75D10 is #38A2EF. Grayscale: #747474. Windows color (decimal): -3711728 or 1072583. OLE color: 1072583.
HSL color Cylindrical-coordinate representation of color #C75D10: hue angle of 25.25º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C75D10 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 16 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.22 |
| HSL | 25.25º | 0.85% | 0.42% | - |
| HSV(B) | 25.25º | 0.92% | 0.78% | - |
| XYZ | 27.56 | 20.01 | 2.9 | - |
| YUV | 115.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 16 | 0 | 0.53 | 0.92 | 0.22 | 25.25 | 0.85 | 0.42 |
| Hex | C7 | 5D | 10 | 0 | 35 | 5C | 16 | 19 | 55 | 2A |
| Octal | 307 | 135 | 20 | 0 | 65 | 134 | 26 | 31 | 125 | 52 |
| Binary | 11000111 | 1011101 | 10000 | 0 | 110101 | 1011100 | 10110 | 11001 | 1010101 | 101010 |
Color Harmonies of #C75D10
Complementary color
Monochromatic Colors of #C75D10
Black with #C75D10
Text Example
Text Example
White with #C75D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D10; }
p { color: rgb(199,93,16); }
H1.HeaderClassName
{
color: #C75D10;
}
.AnyTagClassName
{
color: #C75D10;
}
</style>
background-color css
<style>
a { background-color: #C75D10; }
a { background-color: rgb(199,93,16); }
div.DivClassName
{
background-color: #C75D10;
}
.BgClassName
{
background-color: #C75D10;
}
</style>
border-color css
<style>
span { border-color: #C75D10; }
span { border-color: rgb(199,93,16); }
td.TdClassName
{
border-color: #C75D10;
}
.TagClassName
{
border-color: #C75D10;
}
</style>