Shades of Tenne (Tawny) #C05403
Tints of Tenne (Tawny) #C05403
RGB
CMYK
RGB Variations
Color information
#C05403 (or 0xC05403) is known color: Tenne (Tawny). HEX triplet: C0, 54 and 03. RGB value is (192,84,3). Sum of RGB (Red+Green+Blue) = 192+84+3=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C05403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05403 is #3FABFC. Grayscale: #6B6B6B. Windows color (decimal): -4172797 or 218304. OLE color: 218304.
HSL color Cylindrical-coordinate representation of color #C05403: hue angle of 25.71º 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 #C05403 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.25 |
| HSL | 25.71º | 0.97% | 0.38% | - |
| HSV(B) | 25.71º | 0.98% | 0.75% | - |
| XYZ | 24.92 | 17.55 | 2.16 | - |
| YUV | 107.06 | 69.28 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 3 | 0 | 0.56 | 0.98 | 0.25 | 25.71 | 0.97 | 0.38 |
| Hex | C0 | 54 | 3 | 0 | 38 | 62 | 19 | 1A | 61 | 26 |
| Octal | 300 | 124 | 3 | 0 | 70 | 142 | 31 | 32 | 141 | 46 |
| Binary | 11000000 | 1010100 | 11 | 0 | 111000 | 1100010 | 11001 | 11010 | 1100001 | 100110 |
Color Harmonies of #C05403
Complementary color
Monochromatic Colors of #C05403
Black with #C05403
Text Example
Text Example
White with #C05403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05403; }
p { color: rgb(192,84,3); }
H1.HeaderClassName
{
color: #C05403;
}
.AnyTagClassName
{
color: #C05403;
}
</style>
background-color css
<style>
a { background-color: #C05403; }
a { background-color: rgb(192,84,3); }
div.DivClassName
{
background-color: #C05403;
}
.BgClassName
{
background-color: #C05403;
}
</style>
border-color css
<style>
span { border-color: #C05403; }
span { border-color: rgb(192,84,3); }
td.TdClassName
{
border-color: #C05403;
}
.TagClassName
{
border-color: #C05403;
}
</style>