Shades of Tenne (Tawny) #C55003
Tints of Tenne (Tawny) #C55003
RGB
CMYK
RGB Variations
Color information
#C55003 (or 0xC55003) is known color: Tenne (Tawny). HEX triplet: C5, 50 and 03. RGB value is (197,80,3). Sum of RGB (Red+Green+Blue) = 197+80+3=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C55003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55003 is #3AAFFC. Grayscale: #6A6A6A. Windows color (decimal): -3846141 or 217285. OLE color: 217285.
HSL color Cylindrical-coordinate representation of color #C55003: hue angle of 23.81º 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 #C55003 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.23 |
| HSL | 23.81º | 0.97% | 0.39% | - |
| HSV(B) | 23.81º | 0.98% | 0.77% | - |
| XYZ | 25.91 | 17.61 | 2.12 | - |
| YUV | 106.21 | 69.76 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 3 | 0 | 0.59 | 0.98 | 0.23 | 23.81 | 0.97 | 0.39 |
| Hex | C5 | 50 | 3 | 0 | 3B | 62 | 17 | 18 | 61 | 27 |
| Octal | 305 | 120 | 3 | 0 | 73 | 142 | 27 | 30 | 141 | 47 |
| Binary | 11000101 | 1010000 | 11 | 0 | 111011 | 1100010 | 10111 | 11000 | 1100001 | 100111 |
Color Harmonies of #C55003
Complementary color
Monochromatic Colors of #C55003
Black with #C55003
Text Example
Text Example
White with #C55003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55003; }
p { color: rgb(197,80,3); }
H1.HeaderClassName
{
color: #C55003;
}
.AnyTagClassName
{
color: #C55003;
}
</style>
background-color css
<style>
a { background-color: #C55003; }
a { background-color: rgb(197,80,3); }
div.DivClassName
{
background-color: #C55003;
}
.BgClassName
{
background-color: #C55003;
}
</style>
border-color css
<style>
span { border-color: #C55003; }
span { border-color: rgb(197,80,3); }
td.TdClassName
{
border-color: #C55003;
}
.TagClassName
{
border-color: #C55003;
}
</style>