Shades of Tenne (Tawny) #C55201
Tints of Tenne (Tawny) #C55201
RGB
CMYK
RGB Variations
Color information
#C55201 (or 0xC55201) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 01. RGB value is (197,82,1). Sum of RGB (Red+Green+Blue) = 197+82+1=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C55201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55201 is #3AADFE. Grayscale: #6B6B6B. Windows color (decimal): -3845631 or 86725. OLE color: 86725.
HSL color Cylindrical-coordinate representation of color #C55201: hue angle of 24.8º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C55201 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.23 |
| HSL | 24.8º | 0.99% | 0.39% | - |
| HSV(B) | 24.8º | 0.99% | 0.77% | - |
| XYZ | 26.05 | 17.91 | 2.11 | - |
| YUV | 107.15 | 68.1 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 1 | 0 | 0.58 | 0.99 | 0.23 | 24.8 | 0.99 | 0.39 |
| Hex | C5 | 52 | 1 | 0 | 3A | 63 | 17 | 19 | 63 | 27 |
| Octal | 305 | 122 | 1 | 0 | 72 | 143 | 27 | 31 | 143 | 47 |
| Binary | 11000101 | 1010010 | 1 | 0 | 111010 | 1100011 | 10111 | 11001 | 1100011 | 100111 |
Color Harmonies of #C55201
Complementary color
Monochromatic Colors of #C55201
Black with #C55201
Text Example
Text Example
White with #C55201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55201; }
p { color: rgb(197,82,1); }
H1.HeaderClassName
{
color: #C55201;
}
.AnyTagClassName
{
color: #C55201;
}
</style>
background-color css
<style>
a { background-color: #C55201; }
a { background-color: rgb(197,82,1); }
div.DivClassName
{
background-color: #C55201;
}
.BgClassName
{
background-color: #C55201;
}
</style>
border-color css
<style>
span { border-color: #C55201; }
span { border-color: rgb(197,82,1); }
td.TdClassName
{
border-color: #C55201;
}
.TagClassName
{
border-color: #C55201;
}
</style>