Shades of Smoke Tree #C0592D
Tints of Smoke Tree #C0592D
RGB
CMYK
RGB Variations
Color information
#C0592D (or 0xC0592D) is known color: Smoke Tree. HEX triplet: C0, 59 and 2D. RGB value is (192,89,45). Sum of RGB (Red+Green+Blue) = 192+89+45=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C0592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0592D is #3FA6D2. Grayscale: #737373. Windows color (decimal): -4171475 or 2972096. OLE color: 2972096.
HSL color Cylindrical-coordinate representation of color #C0592D: hue angle of 17.96º degrees, saturation: 0.62, 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 #C0592D is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 45 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.25 |
| HSL | 17.96º | 0.62% | 0.46% | - |
| HSV(B) | 17.96º | 0.77% | 0.75% | - |
| XYZ | 25.78 | 18.54 | 4.7 | - |
| YUV | 114.78 | 88.62 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 45 | 0 | 0.54 | 0.77 | 0.25 | 17.96 | 0.62 | 0.46 |
| Hex | C0 | 59 | 2D | 0 | 36 | 4D | 19 | 12 | 3E | 2E |
| Octal | 300 | 131 | 55 | 0 | 66 | 115 | 31 | 22 | 76 | 56 |
| Binary | 11000000 | 1011001 | 101101 | 0 | 110110 | 1001101 | 11001 | 10010 | 111110 | 101110 |
Color Harmonies of #C0592D
Complementary color
Monochromatic Colors of #C0592D
Black with #C0592D
Text Example
Text Example
White with #C0592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0592D; }
p { color: rgb(192,89,45); }
H1.HeaderClassName
{
color: #C0592D;
}
.AnyTagClassName
{
color: #C0592D;
}
</style>
background-color css
<style>
a { background-color: #C0592D; }
a { background-color: rgb(192,89,45); }
div.DivClassName
{
background-color: #C0592D;
}
.BgClassName
{
background-color: #C0592D;
}
</style>
border-color css
<style>
span { border-color: #C0592D; }
span { border-color: rgb(192,89,45); }
td.TdClassName
{
border-color: #C0592D;
}
.TagClassName
{
border-color: #C0592D;
}
</style>