Shades of Smoke Tree #C15C2E
Tints of Smoke Tree #C15C2E
RGB
CMYK
RGB Variations
Color information
#C15C2E (or 0xC15C2E) is known color: Smoke Tree. HEX triplet: C1, 5C and 2E. RGB value is (193,92,46). Sum of RGB (Red+Green+Blue) = 193+92+46=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15C2E is #3EA3D1. Grayscale: #757575. Windows color (decimal): -4105170 or 3038401. OLE color: 3038401.
HSL color Cylindrical-coordinate representation of color #C15C2E: hue angle of 18.78º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C15C2E is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 46 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.24 |
| HSL | 18.78º | 0.62% | 0.47% | - |
| HSV(B) | 18.78º | 0.76% | 0.76% | - |
| XYZ | 26.31 | 19.19 | 4.9 | - |
| YUV | 116.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 46 | 0 | 0.52 | 0.76 | 0.24 | 18.78 | 0.62 | 0.47 |
| Hex | C1 | 5C | 2E | 0 | 34 | 4C | 18 | 13 | 3E | 2F |
| Octal | 301 | 134 | 56 | 0 | 64 | 114 | 30 | 23 | 76 | 57 |
| Binary | 11000001 | 1011100 | 101110 | 0 | 110100 | 1001100 | 11000 | 10011 | 111110 | 101111 |
Color Harmonies of #C15C2E
Complementary color
Monochromatic Colors of #C15C2E
Black with #C15C2E
Text Example
Text Example
White with #C15C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C2E; }
p { color: rgb(193,92,46); }
H1.HeaderClassName
{
color: #C15C2E;
}
.AnyTagClassName
{
color: #C15C2E;
}
</style>
background-color css
<style>
a { background-color: #C15C2E; }
a { background-color: rgb(193,92,46); }
div.DivClassName
{
background-color: #C15C2E;
}
.BgClassName
{
background-color: #C15C2E;
}
</style>
border-color css
<style>
span { border-color: #C15C2E; }
span { border-color: rgb(193,92,46); }
td.TdClassName
{
border-color: #C15C2E;
}
.TagClassName
{
border-color: #C15C2E;
}
</style>