Shades of Smoke Tree #C15E36
Tints of Smoke Tree #C15E36
RGB
CMYK
RGB Variations
Color information
#C15E36 (or 0xC15E36) is known color: Smoke Tree. HEX triplet: C1, 5E and 36. RGB value is (193,94,54). Sum of RGB (Red+Green+Blue) = 193+94+54=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15E36 is #3EA1C9. Grayscale: #777777. Windows color (decimal): -4104650 or 3563201. OLE color: 3563201.
HSL color Cylindrical-coordinate representation of color #C15E36: hue angle of 17.27º 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 #C15E36 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 54 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.24 |
| HSL | 17.27º | 0.56% | 0.48% | - |
| HSV(B) | 17.27º | 0.72% | 0.76% | - |
| XYZ | 26.66 | 19.61 | 5.87 | - |
| YUV | 119.04 | 91.3 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 54 | 0 | 0.51 | 0.72 | 0.24 | 17.27 | 0.56 | 0.48 |
| Hex | C1 | 5E | 36 | 0 | 33 | 48 | 18 | 11 | 38 | 30 |
| Octal | 301 | 136 | 66 | 0 | 63 | 110 | 30 | 21 | 70 | 60 |
| Binary | 11000001 | 1011110 | 110110 | 0 | 110011 | 1001000 | 11000 | 10001 | 111000 | 110000 |
Color Harmonies of #C15E36
Complementary color
Monochromatic Colors of #C15E36
Black with #C15E36
Text Example
Text Example
White with #C15E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E36; }
p { color: rgb(193,94,54); }
H1.HeaderClassName
{
color: #C15E36;
}
.AnyTagClassName
{
color: #C15E36;
}
</style>
background-color css
<style>
a { background-color: #C15E36; }
a { background-color: rgb(193,94,54); }
div.DivClassName
{
background-color: #C15E36;
}
.BgClassName
{
background-color: #C15E36;
}
</style>
border-color css
<style>
span { border-color: #C15E36; }
span { border-color: rgb(193,94,54); }
td.TdClassName
{
border-color: #C15E36;
}
.TagClassName
{
border-color: #C15E36;
}
</style>