Shades of Tenne (Tawny) #C9550C
Tints of Tenne (Tawny) #C9550C
RGB
CMYK
RGB Variations
Color information
#C9550C (or 0xC9550C) is known color: Tenne (Tawny). HEX triplet: C9, 55 and 0C. RGB value is (201,85,12). Sum of RGB (Red+Green+Blue) = 201+85+12=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9550C is #36AAF3. Grayscale: #6F6F6F. Windows color (decimal): -3582708 or 808393. OLE color: 808393.
HSL color Cylindrical-coordinate representation of color #C9550C: hue angle of 23.17º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9550C is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 12 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.21 |
| HSL | 23.17º | 0.89% | 0.42% | - |
| HSV(B) | 23.17º | 0.94% | 0.79% | - |
| XYZ | 27.4 | 18.94 | 2.56 | - |
| YUV | 111.36 | 71.93 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 12 | 0 | 0.58 | 0.94 | 0.21 | 23.17 | 0.89 | 0.42 |
| Hex | C9 | 55 | C | 0 | 3A | 5E | 15 | 17 | 59 | 2A |
| Octal | 311 | 125 | 14 | 0 | 72 | 136 | 25 | 27 | 131 | 52 |
| Binary | 11001001 | 1010101 | 1100 | 0 | 111010 | 1011110 | 10101 | 10111 | 1011001 | 101010 |
Color Harmonies of #C9550C
Complementary color
Monochromatic Colors of #C9550C
Black with #C9550C
Text Example
Text Example
White with #C9550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9550C; }
p { color: rgb(201,85,12); }
H1.HeaderClassName
{
color: #C9550C;
}
.AnyTagClassName
{
color: #C9550C;
}
</style>
background-color css
<style>
a { background-color: #C9550C; }
a { background-color: rgb(201,85,12); }
div.DivClassName
{
background-color: #C9550C;
}
.BgClassName
{
background-color: #C9550C;
}
</style>
border-color css
<style>
span { border-color: #C9550C; }
span { border-color: rgb(201,85,12); }
td.TdClassName
{
border-color: #C9550C;
}
.TagClassName
{
border-color: #C9550C;
}
</style>