Shades of Smoke Tree #C15C36
Tints of Smoke Tree #C15C36
RGB
CMYK
RGB Variations
Color information
#C15C36 (or 0xC15C36) is known color: Smoke Tree. HEX triplet: C1, 5C and 36. RGB value is (193,92,54). Sum of RGB (Red+Green+Blue) = 193+92+54=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15C36 is #3EA3C9. Grayscale: #767676. Windows color (decimal): -4105162 or 3562689. OLE color: 3562689.
HSL color Cylindrical-coordinate representation of color #C15C36: hue angle of 16.4º 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 #C15C36 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 54 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.24 |
| HSL | 16.4º | 0.56% | 0.48% | - |
| HSV(B) | 16.4º | 0.72% | 0.76% | - |
| XYZ | 26.49 | 19.26 | 5.81 | - |
| YUV | 117.87 | 91.96 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 54 | 0 | 0.52 | 0.72 | 0.24 | 16.4 | 0.56 | 0.48 |
| Hex | C1 | 5C | 36 | 0 | 34 | 48 | 18 | 10 | 38 | 30 |
| Octal | 301 | 134 | 66 | 0 | 64 | 110 | 30 | 20 | 70 | 60 |
| Binary | 11000001 | 1011100 | 110110 | 0 | 110100 | 1001000 | 11000 | 10000 | 111000 | 110000 |
Color Harmonies of #C15C36
Complementary color
Monochromatic Colors of #C15C36
Black with #C15C36
Text Example
Text Example
White with #C15C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C36; }
p { color: rgb(193,92,54); }
H1.HeaderClassName
{
color: #C15C36;
}
.AnyTagClassName
{
color: #C15C36;
}
</style>
background-color css
<style>
a { background-color: #C15C36; }
a { background-color: rgb(193,92,54); }
div.DivClassName
{
background-color: #C15C36;
}
.BgClassName
{
background-color: #C15C36;
}
</style>
border-color css
<style>
span { border-color: #C15C36; }
span { border-color: rgb(193,92,54); }
td.TdClassName
{
border-color: #C15C36;
}
.TagClassName
{
border-color: #C15C36;
}
</style>