Shades of Smoke Tree #C16036
Tints of Smoke Tree #C16036
RGB
CMYK
RGB Variations
Color information
#C16036 (or 0xC16036) is known color: Smoke Tree. HEX triplet: C1, 60 and 36. RGB value is (193,96,54). Sum of RGB (Red+Green+Blue) = 193+96+54=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C16036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16036 is #3E9FC9. Grayscale: #787878. Windows color (decimal): -4104138 or 3563713. OLE color: 3563713.
HSL color Cylindrical-coordinate representation of color #C16036: hue angle of 18.13º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C16036 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 54 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.24 |
| HSL | 18.13º | 0.56% | 0.48% | - |
| HSV(B) | 18.13º | 0.72% | 0.76% | - |
| XYZ | 26.84 | 19.97 | 5.93 | - |
| YUV | 120.22 | 90.64 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 54 | 0 | 0.50 | 0.72 | 0.24 | 18.13 | 0.56 | 0.48 |
| Hex | C1 | 60 | 36 | 0 | 32 | 48 | 18 | 12 | 38 | 30 |
| Octal | 301 | 140 | 66 | 0 | 62 | 110 | 30 | 22 | 70 | 60 |
| Binary | 11000001 | 1100000 | 110110 | 0 | 110010 | 1001000 | 11000 | 10010 | 111000 | 110000 |
Color Harmonies of #C16036
Complementary color
Monochromatic Colors of #C16036
Black with #C16036
Text Example
Text Example
White with #C16036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16036; }
p { color: rgb(193,96,54); }
H1.HeaderClassName
{
color: #C16036;
}
.AnyTagClassName
{
color: #C16036;
}
</style>
background-color css
<style>
a { background-color: #C16036; }
a { background-color: rgb(193,96,54); }
div.DivClassName
{
background-color: #C16036;
}
.BgClassName
{
background-color: #C16036;
}
</style>
border-color css
<style>
span { border-color: #C16036; }
span { border-color: rgb(193,96,54); }
td.TdClassName
{
border-color: #C16036;
}
.TagClassName
{
border-color: #C16036;
}
</style>