Shades of Tenne (Tawny) #C54703
Tints of Tenne (Tawny) #C54703
RGB
CMYK
RGB Variations
Color information
#C54703 (or 0xC54703) is known color: Tenne (Tawny). HEX triplet: C5, 47 and 03. RGB value is (197,71,3). Sum of RGB (Red+Green+Blue) = 197+71+3=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C54703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54703 is #3AB8FC. Grayscale: #656565. Windows color (decimal): -3848445 or 214981. OLE color: 214981.
HSL color Cylindrical-coordinate representation of color #C54703: hue angle of 21.03º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C54703 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.23 |
| HSL | 21.03º | 0.97% | 0.39% | - |
| HSV(B) | 21.03º | 0.98% | 0.77% | - |
| XYZ | 25.3 | 16.38 | 1.92 | - |
| YUV | 100.92 | 72.74 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 3 | 0 | 0.64 | 0.98 | 0.23 | 21.03 | 0.97 | 0.39 |
| Hex | C5 | 47 | 3 | 0 | 40 | 62 | 17 | 15 | 61 | 27 |
| Octal | 305 | 107 | 3 | 0 | 100 | 142 | 27 | 25 | 141 | 47 |
| Binary | 11000101 | 1000111 | 11 | 0 | 1000000 | 1100010 | 10111 | 10101 | 1100001 | 100111 |
Color Harmonies of #C54703
Complementary color
Monochromatic Colors of #C54703
Black with #C54703
Text Example
Text Example
White with #C54703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54703; }
p { color: rgb(197,71,3); }
H1.HeaderClassName
{
color: #C54703;
}
.AnyTagClassName
{
color: #C54703;
}
</style>
background-color css
<style>
a { background-color: #C54703; }
a { background-color: rgb(197,71,3); }
div.DivClassName
{
background-color: #C54703;
}
.BgClassName
{
background-color: #C54703;
}
</style>
border-color css
<style>
span { border-color: #C54703; }
span { border-color: rgb(197,71,3); }
td.TdClassName
{
border-color: #C54703;
}
.TagClassName
{
border-color: #C54703;
}
</style>