Shades of Tenne (Tawny) #C75C10
Tints of Tenne (Tawny) #C75C10
RGB
CMYK
RGB Variations
Color information
#C75C10 (or 0xC75C10) is known color: Tenne (Tawny). HEX triplet: C7, 5C and 10. RGB value is (199,92,16). Sum of RGB (Red+Green+Blue) = 199+92+16=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75C10 is #38A3EF. Grayscale: #737373. Windows color (decimal): -3711984 or 1072327. OLE color: 1072327.
HSL color Cylindrical-coordinate representation of color #C75C10: hue angle of 24.92º 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 #C75C10 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 16 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.22 |
| HSL | 24.92º | 0.85% | 0.42% | - |
| HSV(B) | 24.92º | 0.92% | 0.78% | - |
| XYZ | 27.47 | 19.83 | 2.87 | - |
| YUV | 115.33 | 71.95 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 16 | 0 | 0.54 | 0.92 | 0.22 | 24.92 | 0.85 | 0.42 |
| Hex | C7 | 5C | 10 | 0 | 36 | 5C | 16 | 19 | 55 | 2A |
| Octal | 307 | 134 | 20 | 0 | 66 | 134 | 26 | 31 | 125 | 52 |
| Binary | 11000111 | 1011100 | 10000 | 0 | 110110 | 1011100 | 10110 | 11001 | 1010101 | 101010 |
Color Harmonies of #C75C10
Complementary color
Monochromatic Colors of #C75C10
Black with #C75C10
Text Example
Text Example
White with #C75C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C10; }
p { color: rgb(199,92,16); }
H1.HeaderClassName
{
color: #C75C10;
}
.AnyTagClassName
{
color: #C75C10;
}
</style>
background-color css
<style>
a { background-color: #C75C10; }
a { background-color: rgb(199,92,16); }
div.DivClassName
{
background-color: #C75C10;
}
.BgClassName
{
background-color: #C75C10;
}
</style>
border-color css
<style>
span { border-color: #C75C10; }
span { border-color: rgb(199,92,16); }
td.TdClassName
{
border-color: #C75C10;
}
.TagClassName
{
border-color: #C75C10;
}
</style>