Shades of Tenne (Tawny) #C95D00
Tints of Tenne (Tawny) #C95D00
RGB
CMYK
RGB Variations
Color information
#C95D00 (or 0xC95D00) is known color: Tenne (Tawny). HEX triplet: C9, 5D and 00. RGB value is (201,93,0). Sum of RGB (Red+Green+Blue) = 201+93+0=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95D00 is #36A2FF. Grayscale: #737373. Windows color (decimal): -3580672 or 24009. OLE color: 24009.
HSL color Cylindrical-coordinate representation of color #C95D00: hue angle of 27.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C95D00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.21 |
| HSL | 27.76º | 1% | 0.39% | - |
| HSV(B) | 27.76º | 1% | 0.79% | - |
| XYZ | 28 | 20.25 | 2.43 | - |
| YUV | 114.69 | 63.28 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 0 | 0 | 0.54 | 1 | 0.21 | 27.76 | 1 | 0.39 |
| Hex | C9 | 5D | 0 | 0 | 36 | 64 | 15 | 1C | 64 | 27 |
| Octal | 311 | 135 | 0 | 0 | 66 | 144 | 25 | 34 | 144 | 47 |
| Binary | 11001001 | 1011101 | 0 | 0 | 110110 | 1100100 | 10101 | 11100 | 1100100 | 100111 |
Color Harmonies of #C95D00
Complementary color
Monochromatic Colors of #C95D00
Black with #C95D00
Text Example
Text Example
White with #C95D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D00; }
p { color: rgb(201,93,0); }
H1.HeaderClassName
{
color: #C95D00;
}
.AnyTagClassName
{
color: #C95D00;
}
</style>
background-color css
<style>
a { background-color: #C95D00; }
a { background-color: rgb(201,93,0); }
div.DivClassName
{
background-color: #C95D00;
}
.BgClassName
{
background-color: #C95D00;
}
</style>
border-color css
<style>
span { border-color: #C95D00; }
span { border-color: rgb(201,93,0); }
td.TdClassName
{
border-color: #C95D00;
}
.TagClassName
{
border-color: #C95D00;
}
</style>