Shades of Tenne (Tawny) #C54C07
Tints of Tenne (Tawny) #C54C07
RGB
CMYK
RGB Variations
Color information
#C54C07 (or 0xC54C07) is known color: Tenne (Tawny). HEX triplet: C5, 4C and 07. RGB value is (197,76,7). Sum of RGB (Red+Green+Blue) = 197+76+7=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54C07 is #3AB3F8. Grayscale: #686868. Windows color (decimal): -3847161 or 478405. OLE color: 478405.
HSL color Cylindrical-coordinate representation of color #C54C07: hue angle of 21.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C54C07 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.23 |
| HSL | 21.79º | 0.93% | 0.4% | - |
| HSV(B) | 21.79º | 0.96% | 0.77% | - |
| XYZ | 25.65 | 17.05 | 2.14 | - |
| YUV | 104.31 | 73.09 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 7 | 0 | 0.61 | 0.96 | 0.23 | 21.79 | 0.93 | 0.4 |
| Hex | C5 | 4C | 7 | 0 | 3D | 60 | 17 | 16 | 5D | 28 |
| Octal | 305 | 114 | 7 | 0 | 75 | 140 | 27 | 26 | 135 | 50 |
| Binary | 11000101 | 1001100 | 111 | 0 | 111101 | 1100000 | 10111 | 10110 | 1011101 | 101000 |
Color Harmonies of #C54C07
Complementary color
Monochromatic Colors of #C54C07
Black with #C54C07
Text Example
Text Example
White with #C54C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C07; }
p { color: rgb(197,76,7); }
H1.HeaderClassName
{
color: #C54C07;
}
.AnyTagClassName
{
color: #C54C07;
}
</style>
background-color css
<style>
a { background-color: #C54C07; }
a { background-color: rgb(197,76,7); }
div.DivClassName
{
background-color: #C54C07;
}
.BgClassName
{
background-color: #C54C07;
}
</style>
border-color css
<style>
span { border-color: #C54C07; }
span { border-color: rgb(197,76,7); }
td.TdClassName
{
border-color: #C54C07;
}
.TagClassName
{
border-color: #C54C07;
}
</style>