Shades of Tenne (Tawny) #C55305
Tints of Tenne (Tawny) #C55305
RGB
CMYK
RGB Variations
Color information
#C55305 (or 0xC55305) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 05. RGB value is (197,83,5). Sum of RGB (Red+Green+Blue) = 197+83+5=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C55305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55305 is #3AACFA. Grayscale: #6C6C6C. Windows color (decimal): -3845371 or 349125. OLE color: 349125.
HSL color Cylindrical-coordinate representation of color #C55305: hue angle of 24.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C55305 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 5 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.23 |
| HSL | 24.38º | 0.95% | 0.4% | - |
| HSV(B) | 24.38º | 0.97% | 0.77% | - |
| XYZ | 26.15 | 18.07 | 2.25 | - |
| YUV | 108.19 | 69.77 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 5 | 0 | 0.58 | 0.97 | 0.23 | 24.38 | 0.95 | 0.4 |
| Hex | C5 | 53 | 5 | 0 | 3A | 61 | 17 | 18 | 5F | 28 |
| Octal | 305 | 123 | 5 | 0 | 72 | 141 | 27 | 30 | 137 | 50 |
| Binary | 11000101 | 1010011 | 101 | 0 | 111010 | 1100001 | 10111 | 11000 | 1011111 | 101000 |
Color Harmonies of #C55305
Complementary color
Monochromatic Colors of #C55305
Black with #C55305
Text Example
Text Example
White with #C55305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55305; }
p { color: rgb(197,83,5); }
H1.HeaderClassName
{
color: #C55305;
}
.AnyTagClassName
{
color: #C55305;
}
</style>
background-color css
<style>
a { background-color: #C55305; }
a { background-color: rgb(197,83,5); }
div.DivClassName
{
background-color: #C55305;
}
.BgClassName
{
background-color: #C55305;
}
</style>
border-color css
<style>
span { border-color: #C55305; }
span { border-color: rgb(197,83,5); }
td.TdClassName
{
border-color: #C55305;
}
.TagClassName
{
border-color: #C55305;
}
</style>