Shades of Tenne (Tawny) #C95B0B
Tints of Tenne (Tawny) #C95B0B
RGB
CMYK
RGB Variations
Color information
#C95B0B (or 0xC95B0B) is known color: Tenne (Tawny). HEX triplet: C9, 5B and 0B. RGB value is (201,91,11). Sum of RGB (Red+Green+Blue) = 201+91+11=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95B0B is #36A4F4. Grayscale: #737373. Windows color (decimal): -3581173 or 744393. OLE color: 744393.
HSL color Cylindrical-coordinate representation of color #C95B0B: hue angle of 25.26º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C95B0B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.21 |
| HSL | 25.26º | 0.9% | 0.42% | - |
| HSV(B) | 25.26º | 0.95% | 0.79% | - |
| XYZ | 27.89 | 19.92 | 2.69 | - |
| YUV | 114.77 | 69.44 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 11 | 0 | 0.55 | 0.95 | 0.21 | 25.26 | 0.9 | 0.42 |
| Hex | C9 | 5B | B | 0 | 37 | 5F | 15 | 19 | 5A | 2A |
| Octal | 311 | 133 | 13 | 0 | 67 | 137 | 25 | 31 | 132 | 52 |
| Binary | 11001001 | 1011011 | 1011 | 0 | 110111 | 1011111 | 10101 | 11001 | 1011010 | 101010 |
Color Harmonies of #C95B0B
Complementary color
Monochromatic Colors of #C95B0B
Black with #C95B0B
Text Example
Text Example
White with #C95B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B0B; }
p { color: rgb(201,91,11); }
H1.HeaderClassName
{
color: #C95B0B;
}
.AnyTagClassName
{
color: #C95B0B;
}
</style>
background-color css
<style>
a { background-color: #C95B0B; }
a { background-color: rgb(201,91,11); }
div.DivClassName
{
background-color: #C95B0B;
}
.BgClassName
{
background-color: #C95B0B;
}
</style>
border-color css
<style>
span { border-color: #C95B0B; }
span { border-color: rgb(201,91,11); }
td.TdClassName
{
border-color: #C95B0B;
}
.TagClassName
{
border-color: #C95B0B;
}
</style>