Shades of Smoke Tree #C06335
Tints of Smoke Tree #C06335
RGB
CMYK
RGB Variations
Color information
#C06335 (or 0xC06335) is known color: Smoke Tree. HEX triplet: C0, 63 and 35. RGB value is (192,99,53). Sum of RGB (Red+Green+Blue) = 192+99+53=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C06335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06335 is #3F9CCA. Grayscale: #797979. Windows color (decimal): -4168907 or 3498944. OLE color: 3498944.
HSL color Cylindrical-coordinate representation of color #C06335: hue angle of 19.86º 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 #C06335 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 53 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.25 |
| HSL | 19.86º | 0.57% | 0.48% | - |
| HSV(B) | 19.86º | 0.72% | 0.75% | - |
| XYZ | 26.84 | 20.39 | 5.89 | - |
| YUV | 121.56 | 89.31 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 53 | 0 | 0.48 | 0.72 | 0.25 | 19.86 | 0.57 | 0.48 |
| Hex | C0 | 63 | 35 | 0 | 30 | 48 | 19 | 14 | 39 | 30 |
| Octal | 300 | 143 | 65 | 0 | 60 | 110 | 31 | 24 | 71 | 60 |
| Binary | 11000000 | 1100011 | 110101 | 0 | 110000 | 1001000 | 11001 | 10100 | 111001 | 110000 |
Color Harmonies of #C06335
Complementary color
Monochromatic Colors of #C06335
Black with #C06335
Text Example
Text Example
White with #C06335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06335; }
p { color: rgb(192,99,53); }
H1.HeaderClassName
{
color: #C06335;
}
.AnyTagClassName
{
color: #C06335;
}
</style>
background-color css
<style>
a { background-color: #C06335; }
a { background-color: rgb(192,99,53); }
div.DivClassName
{
background-color: #C06335;
}
.BgClassName
{
background-color: #C06335;
}
</style>
border-color css
<style>
span { border-color: #C06335; }
span { border-color: rgb(192,99,53); }
td.TdClassName
{
border-color: #C06335;
}
.TagClassName
{
border-color: #C06335;
}
</style>