Shades of Tenne (Tawny) #C55205
Tints of Tenne (Tawny) #C55205
RGB
CMYK
RGB Variations
Color information
#C55205 (or 0xC55205) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 05. RGB value is (197,82,5). Sum of RGB (Red+Green+Blue) = 197+82+5=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C55205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55205 is #3AADFA. Grayscale: #6C6C6C. Windows color (decimal): -3845627 or 348869. OLE color: 348869.
HSL color Cylindrical-coordinate representation of color #C55205: hue angle of 24.06º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C55205 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 5 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.23 |
| HSL | 24.06º | 0.95% | 0.4% | - |
| HSV(B) | 24.06º | 0.97% | 0.77% | - |
| XYZ | 26.07 | 17.92 | 2.23 | - |
| YUV | 107.61 | 70.1 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 5 | 0 | 0.58 | 0.97 | 0.23 | 24.06 | 0.95 | 0.4 |
| Hex | C5 | 52 | 5 | 0 | 3A | 61 | 17 | 18 | 5F | 28 |
| Octal | 305 | 122 | 5 | 0 | 72 | 141 | 27 | 30 | 137 | 50 |
| Binary | 11000101 | 1010010 | 101 | 0 | 111010 | 1100001 | 10111 | 11000 | 1011111 | 101000 |
Color Harmonies of #C55205
Complementary color
Monochromatic Colors of #C55205
Black with #C55205
Text Example
Text Example
White with #C55205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55205; }
p { color: rgb(197,82,5); }
H1.HeaderClassName
{
color: #C55205;
}
.AnyTagClassName
{
color: #C55205;
}
</style>
background-color css
<style>
a { background-color: #C55205; }
a { background-color: rgb(197,82,5); }
div.DivClassName
{
background-color: #C55205;
}
.BgClassName
{
background-color: #C55205;
}
</style>
border-color css
<style>
span { border-color: #C55205; }
span { border-color: rgb(197,82,5); }
td.TdClassName
{
border-color: #C55205;
}
.TagClassName
{
border-color: #C55205;
}
</style>