Shades of Smoke Tree #C06235
Tints of Smoke Tree #C06235
RGB
CMYK
RGB Variations
Color information
#C06235 (or 0xC06235) is known color: Smoke Tree. HEX triplet: C0, 62 and 35. RGB value is (192,98,53). Sum of RGB (Red+Green+Blue) = 192+98+53=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C06235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06235 is #3F9DCA. Grayscale: #797979. Windows color (decimal): -4169163 or 3498688. OLE color: 3498688.
HSL color Cylindrical-coordinate representation of color #C06235: hue angle of 19.42º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C06235 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 53 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.25 |
| HSL | 19.42º | 0.57% | 0.48% | - |
| HSV(B) | 19.42º | 0.72% | 0.75% | - |
| XYZ | 26.75 | 20.2 | 5.86 | - |
| YUV | 120.98 | 89.64 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 53 | 0 | 0.49 | 0.72 | 0.25 | 19.42 | 0.57 | 0.48 |
| Hex | C0 | 62 | 35 | 0 | 31 | 48 | 19 | 13 | 39 | 30 |
| Octal | 300 | 142 | 65 | 0 | 61 | 110 | 31 | 23 | 71 | 60 |
| Binary | 11000000 | 1100010 | 110101 | 0 | 110001 | 1001000 | 11001 | 10011 | 111001 | 110000 |
Color Harmonies of #C06235
Complementary color
Monochromatic Colors of #C06235
Black with #C06235
Text Example
Text Example
White with #C06235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06235; }
p { color: rgb(192,98,53); }
H1.HeaderClassName
{
color: #C06235;
}
.AnyTagClassName
{
color: #C06235;
}
</style>
background-color css
<style>
a { background-color: #C06235; }
a { background-color: rgb(192,98,53); }
div.DivClassName
{
background-color: #C06235;
}
.BgClassName
{
background-color: #C06235;
}
</style>
border-color css
<style>
span { border-color: #C06235; }
span { border-color: rgb(192,98,53); }
td.TdClassName
{
border-color: #C06235;
}
.TagClassName
{
border-color: #C06235;
}
</style>