Shades of Tenne (Tawny) #C55C00
Tints of Tenne (Tawny) #C55C00
RGB
CMYK
RGB Variations
Color information
#C55C00 (or 0xC55C00) is known color: Tenne (Tawny). HEX triplet: C5, 5C and 00. RGB value is (197,92,0). Sum of RGB (Red+Green+Blue) = 197+92+0=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55C00 is #3AA3FF. Grayscale: #717171. Windows color (decimal): -3843072 or 23749. OLE color: 23749.
HSL color Cylindrical-coordinate representation of color #C55C00: hue angle of 28.02º 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 #C55C00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.23 |
| HSL | 28.02º | 1% | 0.39% | - |
| HSV(B) | 28.02º | 1% | 0.77% | - |
| XYZ | 26.85 | 19.52 | 2.35 | - |
| YUV | 112.91 | 64.29 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 0 | 0 | 0.53 | 1 | 0.23 | 28.02 | 1 | 0.39 |
| Hex | C5 | 5C | 0 | 0 | 35 | 64 | 17 | 1C | 64 | 27 |
| Octal | 305 | 134 | 0 | 0 | 65 | 144 | 27 | 34 | 144 | 47 |
| Binary | 11000101 | 1011100 | 0 | 0 | 110101 | 1100100 | 10111 | 11100 | 1100100 | 100111 |
Color Harmonies of #C55C00
Complementary color
Monochromatic Colors of #C55C00
Black with #C55C00
Text Example
Text Example
White with #C55C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C00; }
p { color: rgb(197,92,0); }
H1.HeaderClassName
{
color: #C55C00;
}
.AnyTagClassName
{
color: #C55C00;
}
</style>
background-color css
<style>
a { background-color: #C55C00; }
a { background-color: rgb(197,92,0); }
div.DivClassName
{
background-color: #C55C00;
}
.BgClassName
{
background-color: #C55C00;
}
</style>
border-color css
<style>
span { border-color: #C55C00; }
span { border-color: rgb(197,92,0); }
td.TdClassName
{
border-color: #C55C00;
}
.TagClassName
{
border-color: #C55C00;
}
</style>