Shades of Tenne (Tawny) #C55F0F
Tints of Tenne (Tawny) #C55F0F
RGB
CMYK
RGB Variations
Color information
#C55F0F (or 0xC55F0F) is known color: Tenne (Tawny). HEX triplet: C5, 5F and 0F. RGB value is (197,95,15). Sum of RGB (Red+Green+Blue) = 197+95+15=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55F0F is #3AA0F0. Grayscale: #747474. Windows color (decimal): -3842289 or 1007557. OLE color: 1007557.
HSL color Cylindrical-coordinate representation of color #C55F0F: hue angle of 26.37º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C55F0F is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 15 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.23 |
| HSL | 26.37º | 0.86% | 0.42% | - |
| HSV(B) | 26.37º | 0.92% | 0.77% | - |
| XYZ | 27.2 | 20.09 | 2.9 | - |
| YUV | 116.38 | 70.79 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 15 | 0 | 0.52 | 0.92 | 0.23 | 26.37 | 0.86 | 0.42 |
| Hex | C5 | 5F | F | 0 | 34 | 5C | 17 | 1A | 56 | 2A |
| Octal | 305 | 137 | 17 | 0 | 64 | 134 | 27 | 32 | 126 | 52 |
| Binary | 11000101 | 1011111 | 1111 | 0 | 110100 | 1011100 | 10111 | 11010 | 1010110 | 101010 |
Color Harmonies of #C55F0F
Complementary color
Monochromatic Colors of #C55F0F
Black with #C55F0F
Text Example
Text Example
White with #C55F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F0F; }
p { color: rgb(197,95,15); }
H1.HeaderClassName
{
color: #C55F0F;
}
.AnyTagClassName
{
color: #C55F0F;
}
</style>
background-color css
<style>
a { background-color: #C55F0F; }
a { background-color: rgb(197,95,15); }
div.DivClassName
{
background-color: #C55F0F;
}
.BgClassName
{
background-color: #C55F0F;
}
</style>
border-color css
<style>
span { border-color: #C55F0F; }
span { border-color: rgb(197,95,15); }
td.TdClassName
{
border-color: #C55F0F;
}
.TagClassName
{
border-color: #C55F0F;
}
</style>