Shades of Tenne (Tawny) #C95810
Tints of Tenne (Tawny) #C95810
RGB
CMYK
RGB Variations
Color information
#C95810 (or 0xC95810) is known color: Tenne (Tawny). HEX triplet: C9, 58 and 10. RGB value is (201,88,16). Sum of RGB (Red+Green+Blue) = 201+88+16=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C95810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95810 is #36A7EF. Grayscale: #717171. Windows color (decimal): -3581936 or 1071305. OLE color: 1071305.
HSL color Cylindrical-coordinate representation of color #C95810: hue angle of 23.35º 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 #C95810 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 16 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.21 |
| HSL | 23.35º | 0.85% | 0.43% | - |
| HSV(B) | 23.35º | 0.92% | 0.79% | - |
| XYZ | 27.67 | 19.43 | 2.78 | - |
| YUV | 113.58 | 72.94 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 16 | 0 | 0.56 | 0.92 | 0.21 | 23.35 | 0.85 | 0.43 |
| Hex | C9 | 58 | 10 | 0 | 38 | 5C | 15 | 17 | 55 | 2B |
| Octal | 311 | 130 | 20 | 0 | 70 | 134 | 25 | 27 | 125 | 53 |
| Binary | 11001001 | 1011000 | 10000 | 0 | 111000 | 1011100 | 10101 | 10111 | 1010101 | 101011 |
Color Harmonies of #C95810
Complementary color
Monochromatic Colors of #C95810
Black with #C95810
Text Example
Text Example
White with #C95810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95810; }
p { color: rgb(201,88,16); }
H1.HeaderClassName
{
color: #C95810;
}
.AnyTagClassName
{
color: #C95810;
}
</style>
background-color css
<style>
a { background-color: #C95810; }
a { background-color: rgb(201,88,16); }
div.DivClassName
{
background-color: #C95810;
}
.BgClassName
{
background-color: #C95810;
}
</style>
border-color css
<style>
span { border-color: #C95810; }
span { border-color: rgb(201,88,16); }
td.TdClassName
{
border-color: #C95810;
}
.TagClassName
{
border-color: #C95810;
}
</style>