Shades of Tenne (Tawny) #C0550A
Tints of Tenne (Tawny) #C0550A
RGB
CMYK
RGB Variations
Color information
#C0550A (or 0xC0550A) is known color: Tenne (Tawny). HEX triplet: C0, 55 and 0A. RGB value is (192,85,10). Sum of RGB (Red+Green+Blue) = 192+85+10=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0550A is #3FAAF5. Grayscale: #6C6C6C. Windows color (decimal): -4172534 or 677312. OLE color: 677312.
HSL color Cylindrical-coordinate representation of color #C0550A: hue angle of 24.73º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0550A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.25 |
| HSL | 24.73º | 0.9% | 0.4% | - |
| HSV(B) | 24.73º | 0.95% | 0.75% | - |
| XYZ | 25.04 | 17.73 | 2.39 | - |
| YUV | 108.44 | 72.45 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 10 | 0 | 0.56 | 0.95 | 0.25 | 24.73 | 0.9 | 0.4 |
| Hex | C0 | 55 | A | 0 | 38 | 5F | 19 | 19 | 5A | 28 |
| Octal | 300 | 125 | 12 | 0 | 70 | 137 | 31 | 31 | 132 | 50 |
| Binary | 11000000 | 1010101 | 1010 | 0 | 111000 | 1011111 | 11001 | 11001 | 1011010 | 101000 |
Color Harmonies of #C0550A
Complementary color
Monochromatic Colors of #C0550A
Black with #C0550A
Text Example
Text Example
White with #C0550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0550A; }
p { color: rgb(192,85,10); }
H1.HeaderClassName
{
color: #C0550A;
}
.AnyTagClassName
{
color: #C0550A;
}
</style>
background-color css
<style>
a { background-color: #C0550A; }
a { background-color: rgb(192,85,10); }
div.DivClassName
{
background-color: #C0550A;
}
.BgClassName
{
background-color: #C0550A;
}
</style>
border-color css
<style>
span { border-color: #C0550A; }
span { border-color: rgb(192,85,10); }
td.TdClassName
{
border-color: #C0550A;
}
.TagClassName
{
border-color: #C0550A;
}
</style>