Shades of Tenne (Tawny) #C54802
Tints of Tenne (Tawny) #C54802
RGB
CMYK
RGB Variations
Color information
#C54802 (or 0xC54802) is known color: Tenne (Tawny). HEX triplet: C5, 48 and 02. RGB value is (197,72,2). Sum of RGB (Red+Green+Blue) = 197+72+2=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C54802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54802 is #3AB7FD. Grayscale: #656565. Windows color (decimal): -3848190 or 149701. OLE color: 149701.
HSL color Cylindrical-coordinate representation of color #C54802: hue angle of 21.54º degrees, saturation: 0.98, 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 #C54802 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.23 |
| HSL | 21.54º | 0.98% | 0.39% | - |
| HSV(B) | 21.54º | 0.99% | 0.77% | - |
| XYZ | 25.35 | 16.51 | 1.91 | - |
| YUV | 101.4 | 71.91 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 2 | 0 | 0.63 | 0.99 | 0.23 | 21.54 | 0.98 | 0.39 |
| Hex | C5 | 48 | 2 | 0 | 3F | 63 | 17 | 16 | 62 | 27 |
| Octal | 305 | 110 | 2 | 0 | 77 | 143 | 27 | 26 | 142 | 47 |
| Binary | 11000101 | 1001000 | 10 | 0 | 111111 | 1100011 | 10111 | 10110 | 1100010 | 100111 |
Color Harmonies of #C54802
Complementary color
Monochromatic Colors of #C54802
Black with #C54802
Text Example
Text Example
White with #C54802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54802; }
p { color: rgb(197,72,2); }
H1.HeaderClassName
{
color: #C54802;
}
.AnyTagClassName
{
color: #C54802;
}
</style>
background-color css
<style>
a { background-color: #C54802; }
a { background-color: rgb(197,72,2); }
div.DivClassName
{
background-color: #C54802;
}
.BgClassName
{
background-color: #C54802;
}
</style>
border-color css
<style>
span { border-color: #C54802; }
span { border-color: rgb(197,72,2); }
td.TdClassName
{
border-color: #C54802;
}
.TagClassName
{
border-color: #C54802;
}
</style>