Shades of Tenne (Tawny) #C95B0F
Tints of Tenne (Tawny) #C95B0F
RGB
CMYK
RGB Variations
Color information
#C95B0F (or 0xC95B0F) is known color: Tenne (Tawny). HEX triplet: C9, 5B and 0F. RGB value is (201,91,15). Sum of RGB (Red+Green+Blue) = 201+91+15=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95B0F is #36A4F0. Grayscale: #737373. Windows color (decimal): -3581169 or 1006537. OLE color: 1006537.
HSL color Cylindrical-coordinate representation of color #C95B0F: hue angle of 24.52º 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 #C95B0F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 15 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.21 |
| HSL | 24.52º | 0.86% | 0.42% | - |
| HSV(B) | 24.52º | 0.93% | 0.79% | - |
| XYZ | 27.91 | 19.93 | 2.83 | - |
| YUV | 115.23 | 71.44 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 15 | 0 | 0.55 | 0.93 | 0.21 | 24.52 | 0.86 | 0.42 |
| Hex | C9 | 5B | F | 0 | 37 | 5D | 15 | 19 | 56 | 2A |
| Octal | 311 | 133 | 17 | 0 | 67 | 135 | 25 | 31 | 126 | 52 |
| Binary | 11001001 | 1011011 | 1111 | 0 | 110111 | 1011101 | 10101 | 11001 | 1010110 | 101010 |
Color Harmonies of #C95B0F
Complementary color
Monochromatic Colors of #C95B0F
Black with #C95B0F
Text Example
Text Example
White with #C95B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B0F; }
p { color: rgb(201,91,15); }
H1.HeaderClassName
{
color: #C95B0F;
}
.AnyTagClassName
{
color: #C95B0F;
}
</style>
background-color css
<style>
a { background-color: #C95B0F; }
a { background-color: rgb(201,91,15); }
div.DivClassName
{
background-color: #C95B0F;
}
.BgClassName
{
background-color: #C95B0F;
}
</style>
border-color css
<style>
span { border-color: #C95B0F; }
span { border-color: rgb(201,91,15); }
td.TdClassName
{
border-color: #C95B0F;
}
.TagClassName
{
border-color: #C95B0F;
}
</style>