Shades of Smoke Tree #C05D39
Tints of Smoke Tree #C05D39
RGB
CMYK
RGB Variations
Color information
#C05D39 (or 0xC05D39) is known color: Smoke Tree. HEX triplet: C0, 5D and 39. RGB value is (192,93,57). Sum of RGB (Red+Green+Blue) = 192+93+57=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D39 is #3FA2C6. Grayscale: #767676. Windows color (decimal): -4170439 or 3759552. OLE color: 3759552.
HSL color Cylindrical-coordinate representation of color #C05D39: hue angle of 16º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C05D39 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 57 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.25 |
| HSL | 16º | 0.54% | 0.49% | - |
| HSV(B) | 16º | 0.7% | 0.75% | - |
| XYZ | 26.39 | 19.33 | 6.21 | - |
| YUV | 118.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 57 | 0 | 0.52 | 0.70 | 0.25 | 16 | 0.54 | 0.49 |
| Hex | C0 | 5D | 39 | 0 | 34 | 46 | 19 | 10 | 36 | 31 |
| Octal | 300 | 135 | 71 | 0 | 64 | 106 | 31 | 20 | 66 | 61 |
| Binary | 11000000 | 1011101 | 111001 | 0 | 110100 | 1000110 | 11001 | 10000 | 110110 | 110001 |
Color Harmonies of #C05D39
Complementary color
Monochromatic Colors of #C05D39
Black with #C05D39
Text Example
Text Example
White with #C05D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D39; }
p { color: rgb(192,93,57); }
H1.HeaderClassName
{
color: #C05D39;
}
.AnyTagClassName
{
color: #C05D39;
}
</style>
background-color css
<style>
a { background-color: #C05D39; }
a { background-color: rgb(192,93,57); }
div.DivClassName
{
background-color: #C05D39;
}
.BgClassName
{
background-color: #C05D39;
}
</style>
border-color css
<style>
span { border-color: #C05D39; }
span { border-color: rgb(192,93,57); }
td.TdClassName
{
border-color: #C05D39;
}
.TagClassName
{
border-color: #C05D39;
}
</style>