Shades of Tenne (Tawny) #C5570A
Tints of Tenne (Tawny) #C5570A
RGB
CMYK
RGB Variations
Color information
#C5570A (or 0xC5570A) is known color: Tenne (Tawny). HEX triplet: C5, 57 and 0A. RGB value is (197,87,10). Sum of RGB (Red+Green+Blue) = 197+87+10=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5570A is #3AA8F5. Grayscale: #6F6F6F. Windows color (decimal): -3844342 or 677829. OLE color: 677829.
HSL color Cylindrical-coordinate representation of color #C5570A: hue angle of 24.71º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5570A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.23 |
| HSL | 24.71º | 0.9% | 0.41% | - |
| HSV(B) | 24.71º | 0.95% | 0.77% | - |
| XYZ | 26.49 | 18.71 | 2.5 | - |
| YUV | 111.11 | 70.94 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 10 | 0 | 0.56 | 0.95 | 0.23 | 24.71 | 0.9 | 0.41 |
| Hex | C5 | 57 | A | 0 | 38 | 5F | 17 | 19 | 5A | 29 |
| Octal | 305 | 127 | 12 | 0 | 70 | 137 | 27 | 31 | 132 | 51 |
| Binary | 11000101 | 1010111 | 1010 | 0 | 111000 | 1011111 | 10111 | 11001 | 1011010 | 101001 |
Color Harmonies of #C5570A
Complementary color
Monochromatic Colors of #C5570A
Black with #C5570A
Text Example
Text Example
White with #C5570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5570A; }
p { color: rgb(197,87,10); }
H1.HeaderClassName
{
color: #C5570A;
}
.AnyTagClassName
{
color: #C5570A;
}
</style>
background-color css
<style>
a { background-color: #C5570A; }
a { background-color: rgb(197,87,10); }
div.DivClassName
{
background-color: #C5570A;
}
.BgClassName
{
background-color: #C5570A;
}
</style>
border-color css
<style>
span { border-color: #C5570A; }
span { border-color: rgb(197,87,10); }
td.TdClassName
{
border-color: #C5570A;
}
.TagClassName
{
border-color: #C5570A;
}
</style>