Shades of Tenne (Tawny) #C55403
Tints of Tenne (Tawny) #C55403
RGB
CMYK
RGB Variations
Color information
#C55403 (or 0xC55403) is known color: Tenne (Tawny). HEX triplet: C5, 54 and 03. RGB value is (197,84,3). Sum of RGB (Red+Green+Blue) = 197+84+3=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C55403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55403 is #3AABFC. Grayscale: #6C6C6C. Windows color (decimal): -3845117 or 218309. OLE color: 218309.
HSL color Cylindrical-coordinate representation of color #C55403: hue angle of 25.05º 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 #C55403 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.23 |
| HSL | 25.05º | 0.97% | 0.39% | - |
| HSV(B) | 25.05º | 0.98% | 0.77% | - |
| XYZ | 26.21 | 18.22 | 2.22 | - |
| YUV | 108.55 | 68.44 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 3 | 0 | 0.57 | 0.98 | 0.23 | 25.05 | 0.97 | 0.39 |
| Hex | C5 | 54 | 3 | 0 | 39 | 62 | 17 | 19 | 61 | 27 |
| Octal | 305 | 124 | 3 | 0 | 71 | 142 | 27 | 31 | 141 | 47 |
| Binary | 11000101 | 1010100 | 11 | 0 | 111001 | 1100010 | 10111 | 11001 | 1100001 | 100111 |
Color Harmonies of #C55403
Complementary color
Monochromatic Colors of #C55403
Black with #C55403
Text Example
Text Example
White with #C55403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55403; }
p { color: rgb(197,84,3); }
H1.HeaderClassName
{
color: #C55403;
}
.AnyTagClassName
{
color: #C55403;
}
</style>
background-color css
<style>
a { background-color: #C55403; }
a { background-color: rgb(197,84,3); }
div.DivClassName
{
background-color: #C55403;
}
.BgClassName
{
background-color: #C55403;
}
</style>
border-color css
<style>
span { border-color: #C55403; }
span { border-color: rgb(197,84,3); }
td.TdClassName
{
border-color: #C55403;
}
.TagClassName
{
border-color: #C55403;
}
</style>