Shades of Tenne (Tawny) #C05D01
Tints of Tenne (Tawny) #C05D01
RGB
CMYK
RGB Variations
Color information
#C05D01 (or 0xC05D01) is known color: Tenne (Tawny). HEX triplet: C0, 5D and 01. RGB value is (192,93,1). Sum of RGB (Red+Green+Blue) = 192+93+1=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05D01 is #3FA2FE. Grayscale: #707070. Windows color (decimal): -4170495 or 89536. OLE color: 89536.
HSL color Cylindrical-coordinate representation of color #C05D01: hue angle of 28.9º degrees, saturation: 0.99, 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 #C05D01 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.25 |
| HSL | 28.9º | 0.99% | 0.38% | - |
| HSV(B) | 28.9º | 0.99% | 0.75% | - |
| XYZ | 25.66 | 19.04 | 2.35 | - |
| YUV | 112.11 | 65.3 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 1 | 0 | 0.52 | 0.99 | 0.25 | 28.9 | 0.99 | 0.38 |
| Hex | C0 | 5D | 1 | 0 | 34 | 63 | 19 | 1D | 63 | 26 |
| Octal | 300 | 135 | 1 | 0 | 64 | 143 | 31 | 35 | 143 | 46 |
| Binary | 11000000 | 1011101 | 1 | 0 | 110100 | 1100011 | 11001 | 11101 | 1100011 | 100110 |
Color Harmonies of #C05D01
Complementary color
Monochromatic Colors of #C05D01
Black with #C05D01
Text Example
Text Example
White with #C05D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D01; }
p { color: rgb(192,93,1); }
H1.HeaderClassName
{
color: #C05D01;
}
.AnyTagClassName
{
color: #C05D01;
}
</style>
background-color css
<style>
a { background-color: #C05D01; }
a { background-color: rgb(192,93,1); }
div.DivClassName
{
background-color: #C05D01;
}
.BgClassName
{
background-color: #C05D01;
}
</style>
border-color css
<style>
span { border-color: #C05D01; }
span { border-color: rgb(192,93,1); }
td.TdClassName
{
border-color: #C05D01;
}
.TagClassName
{
border-color: #C05D01;
}
</style>