Shades of Tenne (Tawny) #C55C0A
Tints of Tenne (Tawny) #C55C0A
RGB
CMYK
RGB Variations
Color information
#C55C0A (or 0xC55C0A) is known color: Tenne (Tawny). HEX triplet: C5, 5C and 0A. RGB value is (197,92,10). Sum of RGB (Red+Green+Blue) = 197+92+10=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55C0A is #3AA3F5. Grayscale: #727272. Windows color (decimal): -3843062 or 679109. OLE color: 679109.
HSL color Cylindrical-coordinate representation of color #C55C0A: hue angle of 26.31º 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 #C55C0A is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 10 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.23 |
| HSL | 26.31º | 0.9% | 0.41% | - |
| HSV(B) | 26.31º | 0.95% | 0.77% | - |
| XYZ | 26.91 | 19.55 | 2.64 | - |
| YUV | 114.05 | 69.29 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 10 | 0 | 0.53 | 0.95 | 0.23 | 26.31 | 0.9 | 0.41 |
| Hex | C5 | 5C | A | 0 | 35 | 5F | 17 | 1A | 5A | 29 |
| Octal | 305 | 134 | 12 | 0 | 65 | 137 | 27 | 32 | 132 | 51 |
| Binary | 11000101 | 1011100 | 1010 | 0 | 110101 | 1011111 | 10111 | 11010 | 1011010 | 101001 |
Color Harmonies of #C55C0A
Complementary color
Monochromatic Colors of #C55C0A
Black with #C55C0A
Text Example
Text Example
White with #C55C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C0A; }
p { color: rgb(197,92,10); }
H1.HeaderClassName
{
color: #C55C0A;
}
.AnyTagClassName
{
color: #C55C0A;
}
</style>
background-color css
<style>
a { background-color: #C55C0A; }
a { background-color: rgb(197,92,10); }
div.DivClassName
{
background-color: #C55C0A;
}
.BgClassName
{
background-color: #C55C0A;
}
</style>
border-color css
<style>
span { border-color: #C55C0A; }
span { border-color: rgb(197,92,10); }
td.TdClassName
{
border-color: #C55C0A;
}
.TagClassName
{
border-color: #C55C0A;
}
</style>