Shades of Tenne (Tawny) #C9550A
Tints of Tenne (Tawny) #C9550A
RGB
CMYK
RGB Variations
Color information
#C9550A (or 0xC9550A) is known color: Tenne (Tawny). HEX triplet: C9, 55 and 0A. RGB value is (201,85,10). Sum of RGB (Red+Green+Blue) = 201+85+10=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9550A is #36AAF5. Grayscale: #6F6F6F. Windows color (decimal): -3582710 or 677321. OLE color: 677321.
HSL color Cylindrical-coordinate representation of color #C9550A: hue angle of 23.56º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9550A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.21 |
| HSL | 23.56º | 0.91% | 0.41% | - |
| HSV(B) | 23.56º | 0.95% | 0.79% | - |
| XYZ | 27.39 | 18.94 | 2.5 | - |
| YUV | 111.13 | 70.93 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 10 | 0 | 0.58 | 0.95 | 0.21 | 23.56 | 0.91 | 0.41 |
| Hex | C9 | 55 | A | 0 | 3A | 5F | 15 | 18 | 5B | 29 |
| Octal | 311 | 125 | 12 | 0 | 72 | 137 | 25 | 30 | 133 | 51 |
| Binary | 11001001 | 1010101 | 1010 | 0 | 111010 | 1011111 | 10101 | 11000 | 1011011 | 101001 |
Color Harmonies of #C9550A
Complementary color
Monochromatic Colors of #C9550A
Black with #C9550A
Text Example
Text Example
White with #C9550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9550A; }
p { color: rgb(201,85,10); }
H1.HeaderClassName
{
color: #C9550A;
}
.AnyTagClassName
{
color: #C9550A;
}
</style>
background-color css
<style>
a { background-color: #C9550A; }
a { background-color: rgb(201,85,10); }
div.DivClassName
{
background-color: #C9550A;
}
.BgClassName
{
background-color: #C9550A;
}
</style>
border-color css
<style>
span { border-color: #C9550A; }
span { border-color: rgb(201,85,10); }
td.TdClassName
{
border-color: #C9550A;
}
.TagClassName
{
border-color: #C9550A;
}
</style>