Shades of Tenne (Tawny) #C55E01
Tints of Tenne (Tawny) #C55E01
RGB
CMYK
RGB Variations
Color information
#C55E01 (or 0xC55E01) is known color: Tenne (Tawny). HEX triplet: C5, 5E and 01. RGB value is (197,94,1). Sum of RGB (Red+Green+Blue) = 197+94+1=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55E01 is #3AA1FE. Grayscale: #727272. Windows color (decimal): -3842559 or 89797. OLE color: 89797.
HSL color Cylindrical-coordinate representation of color #C55E01: hue angle of 28.47º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C55E01 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.23 |
| HSL | 28.47º | 0.99% | 0.39% | - |
| HSV(B) | 28.47º | 0.99% | 0.77% | - |
| XYZ | 27.03 | 19.88 | 2.44 | - |
| YUV | 114.2 | 64.12 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 1 | 0 | 0.52 | 0.99 | 0.23 | 28.47 | 0.99 | 0.39 |
| Hex | C5 | 5E | 1 | 0 | 34 | 63 | 17 | 1C | 63 | 27 |
| Octal | 305 | 136 | 1 | 0 | 64 | 143 | 27 | 34 | 143 | 47 |
| Binary | 11000101 | 1011110 | 1 | 0 | 110100 | 1100011 | 10111 | 11100 | 1100011 | 100111 |
Color Harmonies of #C55E01
Complementary color
Monochromatic Colors of #C55E01
Black with #C55E01
Text Example
Text Example
White with #C55E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E01; }
p { color: rgb(197,94,1); }
H1.HeaderClassName
{
color: #C55E01;
}
.AnyTagClassName
{
color: #C55E01;
}
</style>
background-color css
<style>
a { background-color: #C55E01; }
a { background-color: rgb(197,94,1); }
div.DivClassName
{
background-color: #C55E01;
}
.BgClassName
{
background-color: #C55E01;
}
</style>
border-color css
<style>
span { border-color: #C55E01; }
span { border-color: rgb(197,94,1); }
td.TdClassName
{
border-color: #C55E01;
}
.TagClassName
{
border-color: #C55E01;
}
</style>