Shades of Tenne (Tawny) #C55705
Tints of Tenne (Tawny) #C55705
RGB
CMYK
RGB Variations
Color information
#C55705 (or 0xC55705) is known color: Tenne (Tawny). HEX triplet: C5, 57 and 05. RGB value is (197,87,5). Sum of RGB (Red+Green+Blue) = 197+87+5=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C55705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55705 is #3AA8FA. Grayscale: #6E6E6E. Windows color (decimal): -3844347 or 350149. OLE color: 350149.
HSL color Cylindrical-coordinate representation of color #C55705: hue angle of 25.62º 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 #C55705 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.23 |
| HSL | 25.63º | 0.95% | 0.4% | - |
| HSV(B) | 25.63º | 0.97% | 0.77% | - |
| XYZ | 26.46 | 18.7 | 2.36 | - |
| YUV | 110.54 | 68.44 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 5 | 0 | 0.56 | 0.97 | 0.23 | 25.63 | 0.95 | 0.4 |
| Hex | C5 | 57 | 5 | 0 | 38 | 61 | 17 | 1A | 5F | 28 |
| Octal | 305 | 127 | 5 | 0 | 70 | 141 | 27 | 32 | 137 | 50 |
| Binary | 11000101 | 1010111 | 101 | 0 | 111000 | 1100001 | 10111 | 11010 | 1011111 | 101000 |
Color Harmonies of #C55705
Complementary color
Monochromatic Colors of #C55705
Black with #C55705
Text Example
Text Example
White with #C55705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55705; }
p { color: rgb(197,87,5); }
H1.HeaderClassName
{
color: #C55705;
}
.AnyTagClassName
{
color: #C55705;
}
</style>
background-color css
<style>
a { background-color: #C55705; }
a { background-color: rgb(197,87,5); }
div.DivClassName
{
background-color: #C55705;
}
.BgClassName
{
background-color: #C55705;
}
</style>
border-color css
<style>
span { border-color: #C55705; }
span { border-color: rgb(197,87,5); }
td.TdClassName
{
border-color: #C55705;
}
.TagClassName
{
border-color: #C55705;
}
</style>