Shades of Tenne (Tawny) #C95900
Tints of Tenne (Tawny) #C95900
RGB
CMYK
RGB Variations
Color information
#C95900 (or 0xC95900) is known color: Tenne (Tawny). HEX triplet: C9, 59 and 00. RGB value is (201,89,0). Sum of RGB (Red+Green+Blue) = 201+89+0=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C95900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95900 is #36A6FF. Grayscale: #707070. Windows color (decimal): -3581696 or 22985. OLE color: 22985.
HSL color Cylindrical-coordinate representation of color #C95900: hue angle of 26.57º 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 #C95900 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.21 |
| HSL | 26.57º | 1% | 0.39% | - |
| HSV(B) | 26.57º | 1% | 0.79% | - |
| XYZ | 27.66 | 19.56 | 2.32 | - |
| YUV | 112.34 | 64.61 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 0 | 0 | 0.56 | 1 | 0.21 | 26.57 | 1 | 0.39 |
| Hex | C9 | 59 | 0 | 0 | 38 | 64 | 15 | 1B | 64 | 27 |
| Octal | 311 | 131 | 0 | 0 | 70 | 144 | 25 | 33 | 144 | 47 |
| Binary | 11001001 | 1011001 | 0 | 0 | 111000 | 1100100 | 10101 | 11011 | 1100100 | 100111 |
Color Harmonies of #C95900
Complementary color
Monochromatic Colors of #C95900
Black with #C95900
Text Example
Text Example
White with #C95900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95900; }
p { color: rgb(201,89,0); }
H1.HeaderClassName
{
color: #C95900;
}
.AnyTagClassName
{
color: #C95900;
}
</style>
background-color css
<style>
a { background-color: #C95900; }
a { background-color: rgb(201,89,0); }
div.DivClassName
{
background-color: #C95900;
}
.BgClassName
{
background-color: #C95900;
}
</style>
border-color css
<style>
span { border-color: #C95900; }
span { border-color: rgb(201,89,0); }
td.TdClassName
{
border-color: #C95900;
}
.TagClassName
{
border-color: #C95900;
}
</style>