Shades of Tenne (Tawny) #C55A09
Tints of Tenne (Tawny) #C55A09
RGB
CMYK
RGB Variations
Color information
#C55A09 (or 0xC55A09) is known color: Tenne (Tawny). HEX triplet: C5, 5A and 09. RGB value is (197,90,9). Sum of RGB (Red+Green+Blue) = 197+90+9=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A09 is #3AA5F6. Grayscale: #717171. Windows color (decimal): -3843575 or 613061. OLE color: 613061.
HSL color Cylindrical-coordinate representation of color #C55A09: hue angle of 25.85º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C55A09 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 9 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.23 |
| HSL | 25.85º | 0.91% | 0.4% | - |
| HSV(B) | 25.85º | 0.95% | 0.77% | - |
| XYZ | 26.73 | 19.2 | 2.56 | - |
| YUV | 112.76 | 69.45 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 9 | 0 | 0.54 | 0.95 | 0.23 | 25.85 | 0.91 | 0.4 |
| Hex | C5 | 5A | 9 | 0 | 36 | 5F | 17 | 1A | 5B | 28 |
| Octal | 305 | 132 | 11 | 0 | 66 | 137 | 27 | 32 | 133 | 50 |
| Binary | 11000101 | 1011010 | 1001 | 0 | 110110 | 1011111 | 10111 | 11010 | 1011011 | 101000 |
Color Harmonies of #C55A09
Complementary color
Monochromatic Colors of #C55A09
Black with #C55A09
Text Example
Text Example
White with #C55A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A09; }
p { color: rgb(197,90,9); }
H1.HeaderClassName
{
color: #C55A09;
}
.AnyTagClassName
{
color: #C55A09;
}
</style>
background-color css
<style>
a { background-color: #C55A09; }
a { background-color: rgb(197,90,9); }
div.DivClassName
{
background-color: #C55A09;
}
.BgClassName
{
background-color: #C55A09;
}
</style>
border-color css
<style>
span { border-color: #C55A09; }
span { border-color: rgb(197,90,9); }
td.TdClassName
{
border-color: #C55A09;
}
.TagClassName
{
border-color: #C55A09;
}
</style>