Shades of Tenne (Tawny) #C05C05
Tints of Tenne (Tawny) #C05C05
RGB
CMYK
RGB Variations
Color information
#C05C05 (or 0xC05C05) is known color: Tenne (Tawny). HEX triplet: C0, 5C and 05. RGB value is (192,92,5). Sum of RGB (Red+Green+Blue) = 192+92+5=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05C05 is #3FA3FA. Grayscale: #707070. Windows color (decimal): -4170747 or 351424. OLE color: 351424.
HSL color Cylindrical-coordinate representation of color #C05C05: hue angle of 27.91º degrees, saturation: 0.95, 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 #C05C05 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 5 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.25 |
| HSL | 27.91º | 0.95% | 0.39% | - |
| HSV(B) | 27.91º | 0.97% | 0.75% | - |
| XYZ | 25.59 | 18.87 | 2.44 | - |
| YUV | 111.98 | 67.63 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 5 | 0 | 0.52 | 0.97 | 0.25 | 27.91 | 0.95 | 0.39 |
| Hex | C0 | 5C | 5 | 0 | 34 | 61 | 19 | 1C | 5F | 27 |
| Octal | 300 | 134 | 5 | 0 | 64 | 141 | 31 | 34 | 137 | 47 |
| Binary | 11000000 | 1011100 | 101 | 0 | 110100 | 1100001 | 11001 | 11100 | 1011111 | 100111 |
Color Harmonies of #C05C05
Complementary color
Monochromatic Colors of #C05C05
Black with #C05C05
Text Example
Text Example
White with #C05C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C05; }
p { color: rgb(192,92,5); }
H1.HeaderClassName
{
color: #C05C05;
}
.AnyTagClassName
{
color: #C05C05;
}
</style>
background-color css
<style>
a { background-color: #C05C05; }
a { background-color: rgb(192,92,5); }
div.DivClassName
{
background-color: #C05C05;
}
.BgClassName
{
background-color: #C05C05;
}
</style>
border-color css
<style>
span { border-color: #C05C05; }
span { border-color: rgb(192,92,5); }
td.TdClassName
{
border-color: #C05C05;
}
.TagClassName
{
border-color: #C05C05;
}
</style>