Shades of Tenne (Tawny) #C55D03
Tints of Tenne (Tawny) #C55D03
RGB
CMYK
RGB Variations
Color information
#C55D03 (or 0xC55D03) is known color: Tenne (Tawny). HEX triplet: C5, 5D and 03. RGB value is (197,93,3). Sum of RGB (Red+Green+Blue) = 197+93+3=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55D03 is #3AA2FC. Grayscale: #727272. Windows color (decimal): -3842813 or 220613. OLE color: 220613.
HSL color Cylindrical-coordinate representation of color #C55D03: hue angle of 27.84º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C55D03 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.23 |
| HSL | 27.84º | 0.97% | 0.39% | - |
| HSV(B) | 27.84º | 0.98% | 0.77% | - |
| XYZ | 26.96 | 19.71 | 2.47 | - |
| YUV | 113.84 | 65.46 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 3 | 0 | 0.53 | 0.98 | 0.23 | 27.84 | 0.97 | 0.39 |
| Hex | C5 | 5D | 3 | 0 | 35 | 62 | 17 | 1C | 61 | 27 |
| Octal | 305 | 135 | 3 | 0 | 65 | 142 | 27 | 34 | 141 | 47 |
| Binary | 11000101 | 1011101 | 11 | 0 | 110101 | 1100010 | 10111 | 11100 | 1100001 | 100111 |
Color Harmonies of #C55D03
Complementary color
Monochromatic Colors of #C55D03
Black with #C55D03
Text Example
Text Example
White with #C55D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D03; }
p { color: rgb(197,93,3); }
H1.HeaderClassName
{
color: #C55D03;
}
.AnyTagClassName
{
color: #C55D03;
}
</style>
background-color css
<style>
a { background-color: #C55D03; }
a { background-color: rgb(197,93,3); }
div.DivClassName
{
background-color: #C55D03;
}
.BgClassName
{
background-color: #C55D03;
}
</style>
border-color css
<style>
span { border-color: #C55D03; }
span { border-color: rgb(197,93,3); }
td.TdClassName
{
border-color: #C55D03;
}
.TagClassName
{
border-color: #C55D03;
}
</style>