Shades of Tenne (Tawny) #C54701
Tints of Tenne (Tawny) #C54701
RGB
CMYK
RGB Variations
Color information
#C54701 (or 0xC54701) is known color: Tenne (Tawny). HEX triplet: C5, 47 and 01. RGB value is (197,71,1). Sum of RGB (Red+Green+Blue) = 197+71+1=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C54701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54701 is #3AB8FE. Grayscale: #656565. Windows color (decimal): -3848447 or 83909. OLE color: 83909.
HSL color Cylindrical-coordinate representation of color #C54701: hue angle of 21.43º 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 #C54701 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.23 |
| HSL | 21.43º | 0.99% | 0.39% | - |
| HSV(B) | 21.43º | 0.99% | 0.77% | - |
| XYZ | 25.28 | 16.38 | 1.86 | - |
| YUV | 100.69 | 71.74 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 1 | 0 | 0.64 | 0.99 | 0.23 | 21.43 | 0.99 | 0.39 |
| Hex | C5 | 47 | 1 | 0 | 40 | 63 | 17 | 15 | 63 | 27 |
| Octal | 305 | 107 | 1 | 0 | 100 | 143 | 27 | 25 | 143 | 47 |
| Binary | 11000101 | 1000111 | 1 | 0 | 1000000 | 1100011 | 10111 | 10101 | 1100011 | 100111 |
Color Harmonies of #C54701
Complementary color
Monochromatic Colors of #C54701
Black with #C54701
Text Example
Text Example
White with #C54701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54701; }
p { color: rgb(197,71,1); }
H1.HeaderClassName
{
color: #C54701;
}
.AnyTagClassName
{
color: #C54701;
}
</style>
background-color css
<style>
a { background-color: #C54701; }
a { background-color: rgb(197,71,1); }
div.DivClassName
{
background-color: #C54701;
}
.BgClassName
{
background-color: #C54701;
}
</style>
border-color css
<style>
span { border-color: #C54701; }
span { border-color: rgb(197,71,1); }
td.TdClassName
{
border-color: #C54701;
}
.TagClassName
{
border-color: #C54701;
}
</style>