Shades of Tenne (Tawny) #C05703
Tints of Tenne (Tawny) #C05703
RGB
CMYK
RGB Variations
Color information
#C05703 (or 0xC05703) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 03. RGB value is (192,87,3). Sum of RGB (Red+Green+Blue) = 192+87+3=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C05703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05703 is #3FA8FC. Grayscale: #6D6D6D. Windows color (decimal): -4172029 or 219072. OLE color: 219072.
HSL color Cylindrical-coordinate representation of color #C05703: hue angle of 26.67º 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 #C05703 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 3 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.25 |
| HSL | 26.67º | 0.97% | 0.38% | - |
| HSV(B) | 26.67º | 0.98% | 0.75% | - |
| XYZ | 25.16 | 18.03 | 2.24 | - |
| YUV | 108.82 | 68.29 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 3 | 0 | 0.55 | 0.98 | 0.25 | 26.67 | 0.97 | 0.38 |
| Hex | C0 | 57 | 3 | 0 | 37 | 62 | 19 | 1B | 61 | 26 |
| Octal | 300 | 127 | 3 | 0 | 67 | 142 | 31 | 33 | 141 | 46 |
| Binary | 11000000 | 1010111 | 11 | 0 | 110111 | 1100010 | 11001 | 11011 | 1100001 | 100110 |
Color Harmonies of #C05703
Complementary color
Monochromatic Colors of #C05703
Black with #C05703
Text Example
Text Example
White with #C05703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05703; }
p { color: rgb(192,87,3); }
H1.HeaderClassName
{
color: #C05703;
}
.AnyTagClassName
{
color: #C05703;
}
</style>
background-color css
<style>
a { background-color: #C05703; }
a { background-color: rgb(192,87,3); }
div.DivClassName
{
background-color: #C05703;
}
.BgClassName
{
background-color: #C05703;
}
</style>
border-color css
<style>
span { border-color: #C05703; }
span { border-color: rgb(192,87,3); }
td.TdClassName
{
border-color: #C05703;
}
.TagClassName
{
border-color: #C05703;
}
</style>