Shades of Tenne (Tawny) #C55214
Tints of Tenne (Tawny) #C55214
RGB
CMYK
RGB Variations
Color information
#C55214 (or 0xC55214) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 14. RGB value is (197,82,20). Sum of RGB (Red+Green+Blue) = 197+82+20=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C55214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55214 is #3AADEB. Grayscale: #6D6D6D. Windows color (decimal): -3845612 or 1331909. OLE color: 1331909.
HSL color Cylindrical-coordinate representation of color #C55214: hue angle of 21.02º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55214 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 20 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.23 |
| HSL | 21.02º | 0.82% | 0.43% | - |
| HSV(B) | 21.02º | 0.9% | 0.77% | - |
| XYZ | 26.17 | 17.96 | 2.75 | - |
| YUV | 109.32 | 77.6 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 20 | 0 | 0.58 | 0.90 | 0.23 | 21.02 | 0.82 | 0.43 |
| Hex | C5 | 52 | 14 | 0 | 3A | 5A | 17 | 15 | 52 | 2B |
| Octal | 305 | 122 | 24 | 0 | 72 | 132 | 27 | 25 | 122 | 53 |
| Binary | 11000101 | 1010010 | 10100 | 0 | 111010 | 1011010 | 10111 | 10101 | 1010010 | 101011 |
Color Harmonies of #C55214
Complementary color
Monochromatic Colors of #C55214
Black with #C55214
Text Example
Text Example
White with #C55214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55214; }
p { color: rgb(197,82,20); }
H1.HeaderClassName
{
color: #C55214;
}
.AnyTagClassName
{
color: #C55214;
}
</style>
background-color css
<style>
a { background-color: #C55214; }
a { background-color: rgb(197,82,20); }
div.DivClassName
{
background-color: #C55214;
}
.BgClassName
{
background-color: #C55214;
}
</style>
border-color css
<style>
span { border-color: #C55214; }
span { border-color: rgb(197,82,20); }
td.TdClassName
{
border-color: #C55214;
}
.TagClassName
{
border-color: #C55214;
}
</style>