Shades of Tenne (Tawny) #C55D09
Tints of Tenne (Tawny) #C55D09
RGB
CMYK
RGB Variations
Color information
#C55D09 (or 0xC55D09) is known color: Tenne (Tawny). HEX triplet: C5, 5D and 09. RGB value is (197,93,9). Sum of RGB (Red+Green+Blue) = 197+93+9=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55D09 is #3AA2F6. Grayscale: #727272. Windows color (decimal): -3842807 or 613829. OLE color: 613829.
HSL color Cylindrical-coordinate representation of color #C55D09: hue angle of 26.81º 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 #C55D09 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 9 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.23 |
| HSL | 26.81º | 0.91% | 0.4% | - |
| HSV(B) | 26.81º | 0.95% | 0.77% | - |
| XYZ | 26.99 | 19.72 | 2.64 | - |
| YUV | 114.52 | 68.46 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 9 | 0 | 0.53 | 0.95 | 0.23 | 26.81 | 0.91 | 0.4 |
| Hex | C5 | 5D | 9 | 0 | 35 | 5F | 17 | 1B | 5B | 28 |
| Octal | 305 | 135 | 11 | 0 | 65 | 137 | 27 | 33 | 133 | 50 |
| Binary | 11000101 | 1011101 | 1001 | 0 | 110101 | 1011111 | 10111 | 11011 | 1011011 | 101000 |
Color Harmonies of #C55D09
Complementary color
Monochromatic Colors of #C55D09
Black with #C55D09
Text Example
Text Example
White with #C55D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D09; }
p { color: rgb(197,93,9); }
H1.HeaderClassName
{
color: #C55D09;
}
.AnyTagClassName
{
color: #C55D09;
}
</style>
background-color css
<style>
a { background-color: #C55D09; }
a { background-color: rgb(197,93,9); }
div.DivClassName
{
background-color: #C55D09;
}
.BgClassName
{
background-color: #C55D09;
}
</style>
border-color css
<style>
span { border-color: #C55D09; }
span { border-color: rgb(197,93,9); }
td.TdClassName
{
border-color: #C55D09;
}
.TagClassName
{
border-color: #C55D09;
}
</style>