Shades of Smoke Tree #C06032
Tints of Smoke Tree #C06032
RGB
CMYK
RGB Variations
Color information
#C06032 (or 0xC06032) is known color: Smoke Tree. HEX triplet: C0, 60 and 32. RGB value is (192,96,50). Sum of RGB (Red+Green+Blue) = 192+96+50=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C06032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06032 is #3F9FCD. Grayscale: #777777. Windows color (decimal): -4169678 or 3301568. OLE color: 3301568.
HSL color Cylindrical-coordinate representation of color #C06032: hue angle of 19.44º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C06032 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 50 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.25 |
| HSL | 19.44º | 0.59% | 0.47% | - |
| HSV(B) | 19.44º | 0.74% | 0.75% | - |
| XYZ | 26.5 | 19.8 | 5.44 | - |
| YUV | 119.46 | 88.8 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 50 | 0 | 0.50 | 0.74 | 0.25 | 19.44 | 0.59 | 0.47 |
| Hex | C0 | 60 | 32 | 0 | 32 | 4A | 19 | 13 | 3B | 2F |
| Octal | 300 | 140 | 62 | 0 | 62 | 112 | 31 | 23 | 73 | 57 |
| Binary | 11000000 | 1100000 | 110010 | 0 | 110010 | 1001010 | 11001 | 10011 | 111011 | 101111 |
Color Harmonies of #C06032
Complementary color
Monochromatic Colors of #C06032
Black with #C06032
Text Example
Text Example
White with #C06032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06032; }
p { color: rgb(192,96,50); }
H1.HeaderClassName
{
color: #C06032;
}
.AnyTagClassName
{
color: #C06032;
}
</style>
background-color css
<style>
a { background-color: #C06032; }
a { background-color: rgb(192,96,50); }
div.DivClassName
{
background-color: #C06032;
}
.BgClassName
{
background-color: #C06032;
}
</style>
border-color css
<style>
span { border-color: #C06032; }
span { border-color: rgb(192,96,50); }
td.TdClassName
{
border-color: #C06032;
}
.TagClassName
{
border-color: #C06032;
}
</style>