Shades of Tenne (Tawny) #C05602
Tints of Tenne (Tawny) #C05602
RGB
CMYK
RGB Variations
Color information
#C05602 (or 0xC05602) is known color: Tenne (Tawny). HEX triplet: C0, 56 and 02. RGB value is (192,86,2). Sum of RGB (Red+Green+Blue) = 192+86+2=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C05602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05602 is #3FA9FD. Grayscale: #6C6C6C. Windows color (decimal): -4172286 or 153280. OLE color: 153280.
HSL color Cylindrical-coordinate representation of color #C05602: hue angle of 26.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C05602 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.25 |
| HSL | 26.53º | 0.98% | 0.38% | - |
| HSV(B) | 26.53º | 0.99% | 0.75% | - |
| XYZ | 25.08 | 17.87 | 2.18 | - |
| YUV | 108.12 | 68.12 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 2 | 0 | 0.55 | 0.99 | 0.25 | 26.53 | 0.98 | 0.38 |
| Hex | C0 | 56 | 2 | 0 | 37 | 63 | 19 | 1B | 62 | 26 |
| Octal | 300 | 126 | 2 | 0 | 67 | 143 | 31 | 33 | 142 | 46 |
| Binary | 11000000 | 1010110 | 10 | 0 | 110111 | 1100011 | 11001 | 11011 | 1100010 | 100110 |
Color Harmonies of #C05602
Complementary color
Monochromatic Colors of #C05602
Black with #C05602
Text Example
Text Example
White with #C05602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05602; }
p { color: rgb(192,86,2); }
H1.HeaderClassName
{
color: #C05602;
}
.AnyTagClassName
{
color: #C05602;
}
</style>
background-color css
<style>
a { background-color: #C05602; }
a { background-color: rgb(192,86,2); }
div.DivClassName
{
background-color: #C05602;
}
.BgClassName
{
background-color: #C05602;
}
</style>
border-color css
<style>
span { border-color: #C05602; }
span { border-color: rgb(192,86,2); }
td.TdClassName
{
border-color: #C05602;
}
.TagClassName
{
border-color: #C05602;
}
</style>