Shades of Tenne (Tawny) #C55F00
Tints of Tenne (Tawny) #C55F00
RGB
CMYK
RGB Variations
Color information
#C55F00 (or 0xC55F00) is known color: Tenne (Tawny). HEX triplet: C5, 5F and 00. RGB value is (197,95,0). Sum of RGB (Red+Green+Blue) = 197+95+0=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55F00 is #3AA0FF. Grayscale: #737373. Windows color (decimal): -3842304 or 24517. OLE color: 24517.
HSL color Cylindrical-coordinate representation of color #C55F00: hue angle of 28.93º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C55F00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.23 |
| HSL | 28.93º | 1% | 0.39% | - |
| HSV(B) | 28.93º | 1% | 0.77% | - |
| XYZ | 27.12 | 20.05 | 2.44 | - |
| YUV | 114.67 | 63.29 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 0 | 0 | 0.52 | 1 | 0.23 | 28.93 | 1 | 0.39 |
| Hex | C5 | 5F | 0 | 0 | 34 | 64 | 17 | 1D | 64 | 27 |
| Octal | 305 | 137 | 0 | 0 | 64 | 144 | 27 | 35 | 144 | 47 |
| Binary | 11000101 | 1011111 | 0 | 0 | 110100 | 1100100 | 10111 | 11101 | 1100100 | 100111 |
Color Harmonies of #C55F00
Complementary color
Monochromatic Colors of #C55F00
Black with #C55F00
Text Example
Text Example
White with #C55F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F00; }
p { color: rgb(197,95,0); }
H1.HeaderClassName
{
color: #C55F00;
}
.AnyTagClassName
{
color: #C55F00;
}
</style>
background-color css
<style>
a { background-color: #C55F00; }
a { background-color: rgb(197,95,0); }
div.DivClassName
{
background-color: #C55F00;
}
.BgClassName
{
background-color: #C55F00;
}
</style>
border-color css
<style>
span { border-color: #C55F00; }
span { border-color: rgb(197,95,0); }
td.TdClassName
{
border-color: #C55F00;
}
.TagClassName
{
border-color: #C55F00;
}
</style>