Shades of Smoke Tree #C16135
Tints of Smoke Tree #C16135
RGB
CMYK
RGB Variations
Color information
#C16135 (or 0xC16135) is known color: Smoke Tree. HEX triplet: C1, 61 and 35. RGB value is (193,97,53). Sum of RGB (Red+Green+Blue) = 193+97+53=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C16135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16135 is #3E9ECA. Grayscale: #787878. Windows color (decimal): -4103883 or 3498433. OLE color: 3498433.
HSL color Cylindrical-coordinate representation of color #C16135: hue angle of 18.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C16135 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 53 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.24 |
| HSL | 18.86º | 0.57% | 0.48% | - |
| HSV(B) | 18.86º | 0.73% | 0.76% | - |
| XYZ | 26.91 | 20.14 | 5.84 | - |
| YUV | 120.69 | 89.8 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 53 | 0 | 0.50 | 0.73 | 0.24 | 18.86 | 0.57 | 0.48 |
| Hex | C1 | 61 | 35 | 0 | 32 | 49 | 18 | 13 | 39 | 30 |
| Octal | 301 | 141 | 65 | 0 | 62 | 111 | 30 | 23 | 71 | 60 |
| Binary | 11000001 | 1100001 | 110101 | 0 | 110010 | 1001001 | 11000 | 10011 | 111001 | 110000 |
Color Harmonies of #C16135
Complementary color
Monochromatic Colors of #C16135
Black with #C16135
Text Example
Text Example
White with #C16135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16135; }
p { color: rgb(193,97,53); }
H1.HeaderClassName
{
color: #C16135;
}
.AnyTagClassName
{
color: #C16135;
}
</style>
background-color css
<style>
a { background-color: #C16135; }
a { background-color: rgb(193,97,53); }
div.DivClassName
{
background-color: #C16135;
}
.BgClassName
{
background-color: #C16135;
}
</style>
border-color css
<style>
span { border-color: #C16135; }
span { border-color: rgb(193,97,53); }
td.TdClassName
{
border-color: #C16135;
}
.TagClassName
{
border-color: #C16135;
}
</style>