Shades of Smoke Tree #C0562C
Tints of Smoke Tree #C0562C
RGB
CMYK
RGB Variations
Color information
#C0562C (or 0xC0562C) is known color: Smoke Tree. HEX triplet: C0, 56 and 2C. RGB value is (192,86,44). Sum of RGB (Red+Green+Blue) = 192+86+44=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0562C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0562C is #3FA9D3. Grayscale: #717171. Windows color (decimal): -4172244 or 2905792. OLE color: 2905792.
HSL color Cylindrical-coordinate representation of color #C0562C: hue angle of 17.03º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0562C is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 44 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.25 |
| HSL | 17.03º | 0.63% | 0.46% | - |
| HSV(B) | 17.03º | 0.77% | 0.75% | - |
| XYZ | 25.52 | 18.04 | 4.52 | - |
| YUV | 112.91 | 89.12 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 44 | 0 | 0.55 | 0.77 | 0.25 | 17.03 | 0.63 | 0.46 |
| Hex | C0 | 56 | 2C | 0 | 37 | 4D | 19 | 11 | 3F | 2E |
| Octal | 300 | 126 | 54 | 0 | 67 | 115 | 31 | 21 | 77 | 56 |
| Binary | 11000000 | 1010110 | 101100 | 0 | 110111 | 1001101 | 11001 | 10001 | 111111 | 101110 |
Color Harmonies of #C0562C
Complementary color
Monochromatic Colors of #C0562C
Black with #C0562C
Text Example
Text Example
White with #C0562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0562C; }
p { color: rgb(192,86,44); }
H1.HeaderClassName
{
color: #C0562C;
}
.AnyTagClassName
{
color: #C0562C;
}
</style>
background-color css
<style>
a { background-color: #C0562C; }
a { background-color: rgb(192,86,44); }
div.DivClassName
{
background-color: #C0562C;
}
.BgClassName
{
background-color: #C0562C;
}
</style>
border-color css
<style>
span { border-color: #C0562C; }
span { border-color: rgb(192,86,44); }
td.TdClassName
{
border-color: #C0562C;
}
.TagClassName
{
border-color: #C0562C;
}
</style>