Shades of Smoke Tree #C05D34
Tints of Smoke Tree #C05D34
RGB
CMYK
RGB Variations
Color information
#C05D34 (or 0xC05D34) is known color: Smoke Tree. HEX triplet: C0, 5D and 34. RGB value is (192,93,52). Sum of RGB (Red+Green+Blue) = 192+93+52=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D34 is #3FA2CB. Grayscale: #767676. Windows color (decimal): -4170444 or 3431872. OLE color: 3431872.
HSL color Cylindrical-coordinate representation of color #C05D34: hue angle of 17.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C05D34 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 52 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.25 |
| HSL | 17.57º | 0.57% | 0.48% | - |
| HSV(B) | 17.57º | 0.73% | 0.75% | - |
| XYZ | 26.27 | 19.28 | 5.59 | - |
| YUV | 117.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 52 | 0 | 0.52 | 0.73 | 0.25 | 17.57 | 0.57 | 0.48 |
| Hex | C0 | 5D | 34 | 0 | 34 | 49 | 19 | 12 | 39 | 30 |
| Octal | 300 | 135 | 64 | 0 | 64 | 111 | 31 | 22 | 71 | 60 |
| Binary | 11000000 | 1011101 | 110100 | 0 | 110100 | 1001001 | 11001 | 10010 | 111001 | 110000 |
Color Harmonies of #C05D34
Complementary color
Monochromatic Colors of #C05D34
Black with #C05D34
Text Example
Text Example
White with #C05D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D34; }
p { color: rgb(192,93,52); }
H1.HeaderClassName
{
color: #C05D34;
}
.AnyTagClassName
{
color: #C05D34;
}
</style>
background-color css
<style>
a { background-color: #C05D34; }
a { background-color: rgb(192,93,52); }
div.DivClassName
{
background-color: #C05D34;
}
.BgClassName
{
background-color: #C05D34;
}
</style>
border-color css
<style>
span { border-color: #C05D34; }
span { border-color: rgb(192,93,52); }
td.TdClassName
{
border-color: #C05D34;
}
.TagClassName
{
border-color: #C05D34;
}
</style>