Shades of Smoke Tree #C05930
Tints of Smoke Tree #C05930
RGB
CMYK
RGB Variations
Color information
#C05930 (or 0xC05930) is known color: Smoke Tree. HEX triplet: C0, 59 and 30. RGB value is (192,89,48). Sum of RGB (Red+Green+Blue) = 192+89+48=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C05930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05930 is #3FA6CF. Grayscale: #737373. Windows color (decimal): -4171472 or 3168704. OLE color: 3168704.
HSL color Cylindrical-coordinate representation of color #C05930: hue angle of 17.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C05930 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 48 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.25 |
| HSL | 17.08º | 0.6% | 0.47% | - |
| HSV(B) | 17.08º | 0.75% | 0.75% | - |
| XYZ | 25.84 | 18.56 | 5.02 | - |
| YUV | 115.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 48 | 0 | 0.54 | 0.75 | 0.25 | 17.08 | 0.6 | 0.47 |
| Hex | C0 | 59 | 30 | 0 | 36 | 4B | 19 | 11 | 3C | 2F |
| Octal | 300 | 131 | 60 | 0 | 66 | 113 | 31 | 21 | 74 | 57 |
| Binary | 11000000 | 1011001 | 110000 | 0 | 110110 | 1001011 | 11001 | 10001 | 111100 | 101111 |
Color Harmonies of #C05930
Complementary color
Monochromatic Colors of #C05930
Black with #C05930
Text Example
Text Example
White with #C05930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05930; }
p { color: rgb(192,89,48); }
H1.HeaderClassName
{
color: #C05930;
}
.AnyTagClassName
{
color: #C05930;
}
</style>
background-color css
<style>
a { background-color: #C05930; }
a { background-color: rgb(192,89,48); }
div.DivClassName
{
background-color: #C05930;
}
.BgClassName
{
background-color: #C05930;
}
</style>
border-color css
<style>
span { border-color: #C05930; }
span { border-color: rgb(192,89,48); }
td.TdClassName
{
border-color: #C05930;
}
.TagClassName
{
border-color: #C05930;
}
</style>