Shades of Tenne (Tawny) #C05D02
Tints of Tenne (Tawny) #C05D02
RGB
CMYK
RGB Variations
Color information
#C05D02 (or 0xC05D02) is known color: Tenne (Tawny). HEX triplet: C0, 5D and 02. RGB value is (192,93,2). Sum of RGB (Red+Green+Blue) = 192+93+2=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05D02 is #3FA2FD. Grayscale: #707070. Windows color (decimal): -4170494 or 155072. OLE color: 155072.
HSL color Cylindrical-coordinate representation of color #C05D02: hue angle of 28.74º 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 #C05D02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.25 |
| HSL | 28.74º | 0.98% | 0.38% | - |
| HSV(B) | 28.74º | 0.99% | 0.75% | - |
| XYZ | 25.66 | 19.04 | 2.38 | - |
| YUV | 112.23 | 65.8 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 2 | 0 | 0.52 | 0.99 | 0.25 | 28.74 | 0.98 | 0.38 |
| Hex | C0 | 5D | 2 | 0 | 34 | 63 | 19 | 1D | 62 | 26 |
| Octal | 300 | 135 | 2 | 0 | 64 | 143 | 31 | 35 | 142 | 46 |
| Binary | 11000000 | 1011101 | 10 | 0 | 110100 | 1100011 | 11001 | 11101 | 1100010 | 100110 |
Color Harmonies of #C05D02
Complementary color
Monochromatic Colors of #C05D02
Black with #C05D02
Text Example
Text Example
White with #C05D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D02; }
p { color: rgb(192,93,2); }
H1.HeaderClassName
{
color: #C05D02;
}
.AnyTagClassName
{
color: #C05D02;
}
</style>
background-color css
<style>
a { background-color: #C05D02; }
a { background-color: rgb(192,93,2); }
div.DivClassName
{
background-color: #C05D02;
}
.BgClassName
{
background-color: #C05D02;
}
</style>
border-color css
<style>
span { border-color: #C05D02; }
span { border-color: rgb(192,93,2); }
td.TdClassName
{
border-color: #C05D02;
}
.TagClassName
{
border-color: #C05D02;
}
</style>