Shades of Tenne (Tawny) #C05C06
Tints of Tenne (Tawny) #C05C06
RGB
CMYK
RGB Variations
Color information
#C05C06 (or 0xC05C06) is known color: Tenne (Tawny). HEX triplet: C0, 5C and 06. RGB value is (192,92,6). Sum of RGB (Red+Green+Blue) = 192+92+6=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05C06 is #3FA3F9. Grayscale: #707070. Windows color (decimal): -4170746 or 416960. OLE color: 416960.
HSL color Cylindrical-coordinate representation of color #C05C06: hue angle of 27.74º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C05C06 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 6 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.25 |
| HSL | 27.74º | 0.94% | 0.39% | - |
| HSV(B) | 27.74º | 0.97% | 0.75% | - |
| XYZ | 25.6 | 18.87 | 2.47 | - |
| YUV | 112.1 | 68.13 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 6 | 0 | 0.52 | 0.97 | 0.25 | 27.74 | 0.94 | 0.39 |
| Hex | C0 | 5C | 6 | 0 | 34 | 61 | 19 | 1C | 5E | 27 |
| Octal | 300 | 134 | 6 | 0 | 64 | 141 | 31 | 34 | 136 | 47 |
| Binary | 11000000 | 1011100 | 110 | 0 | 110100 | 1100001 | 11001 | 11100 | 1011110 | 100111 |
Color Harmonies of #C05C06
Complementary color
Monochromatic Colors of #C05C06
Black with #C05C06
Text Example
Text Example
White with #C05C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C06; }
p { color: rgb(192,92,6); }
H1.HeaderClassName
{
color: #C05C06;
}
.AnyTagClassName
{
color: #C05C06;
}
</style>
background-color css
<style>
a { background-color: #C05C06; }
a { background-color: rgb(192,92,6); }
div.DivClassName
{
background-color: #C05C06;
}
.BgClassName
{
background-color: #C05C06;
}
</style>
border-color css
<style>
span { border-color: #C05C06; }
span { border-color: rgb(192,92,6); }
td.TdClassName
{
border-color: #C05C06;
}
.TagClassName
{
border-color: #C05C06;
}
</style>