Shades of Tenne (Tawny) #C95C0F
Tints of Tenne (Tawny) #C95C0F
RGB
CMYK
RGB Variations
Color information
#C95C0F (or 0xC95C0F) is known color: Tenne (Tawny). HEX triplet: C9, 5C and 0F. RGB value is (201,92,15). Sum of RGB (Red+Green+Blue) = 201+92+15=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95C0F is #36A3F0. Grayscale: #747474. Windows color (decimal): -3580913 or 1006793. OLE color: 1006793.
HSL color Cylindrical-coordinate representation of color #C95C0F: hue angle of 24.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C95C0F is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 15 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.21 |
| HSL | 24.84º | 0.86% | 0.42% | - |
| HSV(B) | 24.84º | 0.93% | 0.79% | - |
| XYZ | 28 | 20.11 | 2.86 | - |
| YUV | 115.81 | 71.11 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 15 | 0 | 0.54 | 0.93 | 0.21 | 24.84 | 0.86 | 0.42 |
| Hex | C9 | 5C | F | 0 | 36 | 5D | 15 | 19 | 56 | 2A |
| Octal | 311 | 134 | 17 | 0 | 66 | 135 | 25 | 31 | 126 | 52 |
| Binary | 11001001 | 1011100 | 1111 | 0 | 110110 | 1011101 | 10101 | 11001 | 1010110 | 101010 |
Color Harmonies of #C95C0F
Complementary color
Monochromatic Colors of #C95C0F
Black with #C95C0F
Text Example
Text Example
White with #C95C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C0F; }
p { color: rgb(201,92,15); }
H1.HeaderClassName
{
color: #C95C0F;
}
.AnyTagClassName
{
color: #C95C0F;
}
</style>
background-color css
<style>
a { background-color: #C95C0F; }
a { background-color: rgb(201,92,15); }
div.DivClassName
{
background-color: #C95C0F;
}
.BgClassName
{
background-color: #C95C0F;
}
</style>
border-color css
<style>
span { border-color: #C95C0F; }
span { border-color: rgb(201,92,15); }
td.TdClassName
{
border-color: #C95C0F;
}
.TagClassName
{
border-color: #C95C0F;
}
</style>