Shades of Tenne (Tawny) #C05603
Tints of Tenne (Tawny) #C05603
RGB
CMYK
RGB Variations
Color information
#C05603 (or 0xC05603) is known color: Tenne (Tawny). HEX triplet: C0, 56 and 03. RGB value is (192,86,3). Sum of RGB (Red+Green+Blue) = 192+86+3=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C05603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05603 is #3FA9FC. Grayscale: #6C6C6C. Windows color (decimal): -4172285 or 218816. OLE color: 218816.
HSL color Cylindrical-coordinate representation of color #C05603: hue angle of 26.35º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C05603 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 3 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.25 |
| HSL | 26.35º | 0.97% | 0.38% | - |
| HSV(B) | 26.35º | 0.98% | 0.75% | - |
| XYZ | 25.08 | 17.87 | 2.21 | - |
| YUV | 108.23 | 68.62 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 3 | 0 | 0.55 | 0.98 | 0.25 | 26.35 | 0.97 | 0.38 |
| Hex | C0 | 56 | 3 | 0 | 37 | 62 | 19 | 1A | 61 | 26 |
| Octal | 300 | 126 | 3 | 0 | 67 | 142 | 31 | 32 | 141 | 46 |
| Binary | 11000000 | 1010110 | 11 | 0 | 110111 | 1100010 | 11001 | 11010 | 1100001 | 100110 |
Color Harmonies of #C05603
Complementary color
Monochromatic Colors of #C05603
Black with #C05603
Text Example
Text Example
White with #C05603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05603; }
p { color: rgb(192,86,3); }
H1.HeaderClassName
{
color: #C05603;
}
.AnyTagClassName
{
color: #C05603;
}
</style>
background-color css
<style>
a { background-color: #C05603; }
a { background-color: rgb(192,86,3); }
div.DivClassName
{
background-color: #C05603;
}
.BgClassName
{
background-color: #C05603;
}
</style>
border-color css
<style>
span { border-color: #C05603; }
span { border-color: rgb(192,86,3); }
td.TdClassName
{
border-color: #C05603;
}
.TagClassName
{
border-color: #C05603;
}
</style>