Shades of Tenne (Tawny) #C95310
Tints of Tenne (Tawny) #C95310
RGB
CMYK
RGB Variations
Color information
#C95310 (or 0xC95310) is known color: Tenne (Tawny). HEX triplet: C9, 53 and 10. RGB value is (201,83,16). Sum of RGB (Red+Green+Blue) = 201+83+16=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C95310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95310 is #36ACEF. Grayscale: #6F6F6F. Windows color (decimal): -3583216 or 1070025. OLE color: 1070025.
HSL color Cylindrical-coordinate representation of color #C95310: hue angle of 21.73º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C95310 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 16 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.21 |
| HSL | 21.73º | 0.85% | 0.43% | - |
| HSV(B) | 21.73º | 0.92% | 0.79% | - |
| XYZ | 27.27 | 18.64 | 2.65 | - |
| YUV | 110.64 | 74.59 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 16 | 0 | 0.59 | 0.92 | 0.21 | 21.73 | 0.85 | 0.43 |
| Hex | C9 | 53 | 10 | 0 | 3B | 5C | 15 | 16 | 55 | 2B |
| Octal | 311 | 123 | 20 | 0 | 73 | 134 | 25 | 26 | 125 | 53 |
| Binary | 11001001 | 1010011 | 10000 | 0 | 111011 | 1011100 | 10101 | 10110 | 1010101 | 101011 |
Color Harmonies of #C95310
Complementary color
Monochromatic Colors of #C95310
Black with #C95310
Text Example
Text Example
White with #C95310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95310; }
p { color: rgb(201,83,16); }
H1.HeaderClassName
{
color: #C95310;
}
.AnyTagClassName
{
color: #C95310;
}
</style>
background-color css
<style>
a { background-color: #C95310; }
a { background-color: rgb(201,83,16); }
div.DivClassName
{
background-color: #C95310;
}
.BgClassName
{
background-color: #C95310;
}
</style>
border-color css
<style>
span { border-color: #C95310; }
span { border-color: rgb(201,83,16); }
td.TdClassName
{
border-color: #C95310;
}
.TagClassName
{
border-color: #C95310;
}
</style>