Shades of Tenne (Tawny) #C05508
Tints of Tenne (Tawny) #C05508
RGB
CMYK
RGB Variations
Color information
#C05508 (or 0xC05508) is known color: Tenne (Tawny). HEX triplet: C0, 55 and 08. RGB value is (192,85,8). Sum of RGB (Red+Green+Blue) = 192+85+8=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C05508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05508 is #3FAAF7. Grayscale: #6C6C6C. Windows color (decimal): -4172536 or 546240. OLE color: 546240.
HSL color Cylindrical-coordinate representation of color #C05508: hue angle of 25.11º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C05508 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.25 |
| HSL | 25.11º | 0.92% | 0.39% | - |
| HSV(B) | 25.11º | 0.96% | 0.75% | - |
| XYZ | 25.03 | 17.72 | 2.33 | - |
| YUV | 108.22 | 71.45 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 8 | 0 | 0.56 | 0.96 | 0.25 | 25.11 | 0.92 | 0.39 |
| Hex | C0 | 55 | 8 | 0 | 38 | 60 | 19 | 19 | 5C | 27 |
| Octal | 300 | 125 | 10 | 0 | 70 | 140 | 31 | 31 | 134 | 47 |
| Binary | 11000000 | 1010101 | 1000 | 0 | 111000 | 1100000 | 11001 | 11001 | 1011100 | 100111 |
Color Harmonies of #C05508
Complementary color
Monochromatic Colors of #C05508
Black with #C05508
Text Example
Text Example
White with #C05508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05508; }
p { color: rgb(192,85,8); }
H1.HeaderClassName
{
color: #C05508;
}
.AnyTagClassName
{
color: #C05508;
}
</style>
background-color css
<style>
a { background-color: #C05508; }
a { background-color: rgb(192,85,8); }
div.DivClassName
{
background-color: #C05508;
}
.BgClassName
{
background-color: #C05508;
}
</style>
border-color css
<style>
span { border-color: #C05508; }
span { border-color: rgb(192,85,8); }
td.TdClassName
{
border-color: #C05508;
}
.TagClassName
{
border-color: #C05508;
}
</style>