Shades of Tenne (Tawny) #C05500
Tints of Tenne (Tawny) #C05500
RGB
CMYK
RGB Variations
Color information
#C05500 (or 0xC05500) is known color: Tenne (Tawny). HEX triplet: C0, 55 and 00. RGB value is (192,85,0). Sum of RGB (Red+Green+Blue) = 192+85+0=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C05500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05500 is #3FAAFF. Grayscale: #6B6B6B. Windows color (decimal): -4172544 or 21952. OLE color: 21952.
HSL color Cylindrical-coordinate representation of color #C05500: hue angle of 26.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C05500 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.25 |
| HSL | 26.56º | 1% | 0.38% | - |
| HSV(B) | 26.56º | 1% | 0.75% | - |
| XYZ | 24.99 | 17.7 | 2.1 | - |
| YUV | 107.3 | 67.45 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 0 | 0 | 0.56 | 1 | 0.25 | 26.56 | 1 | 0.38 |
| Hex | C0 | 55 | 0 | 0 | 38 | 64 | 19 | 1B | 64 | 26 |
| Octal | 300 | 125 | 0 | 0 | 70 | 144 | 31 | 33 | 144 | 46 |
| Binary | 11000000 | 1010101 | 0 | 0 | 111000 | 1100100 | 11001 | 11011 | 1100100 | 100110 |
Color Harmonies of #C05500
Complementary color
Monochromatic Colors of #C05500
Black with #C05500
Text Example
Text Example
White with #C05500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05500; }
p { color: rgb(192,85,0); }
H1.HeaderClassName
{
color: #C05500;
}
.AnyTagClassName
{
color: #C05500;
}
</style>
background-color css
<style>
a { background-color: #C05500; }
a { background-color: rgb(192,85,0); }
div.DivClassName
{
background-color: #C05500;
}
.BgClassName
{
background-color: #C05500;
}
</style>
border-color css
<style>
span { border-color: #C05500; }
span { border-color: rgb(192,85,0); }
td.TdClassName
{
border-color: #C05500;
}
.TagClassName
{
border-color: #C05500;
}
</style>