Shades of Smoke Tree #C1582D
Tints of Smoke Tree #C1582D
RGB
CMYK
RGB Variations
Color information
#C1582D (or 0xC1582D) is known color: Smoke Tree. HEX triplet: C1, 58 and 2D. RGB value is (193,88,45). Sum of RGB (Red+Green+Blue) = 193+88+45=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1582D is #3EA7D2. Grayscale: #727272. Windows color (decimal): -4106195 or 2971841. OLE color: 2971841.
HSL color Cylindrical-coordinate representation of color #C1582D: hue angle of 17.43º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1582D is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 45 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.24 |
| HSL | 17.43º | 0.62% | 0.47% | - |
| HSV(B) | 17.43º | 0.77% | 0.76% | - |
| XYZ | 25.96 | 18.51 | 4.69 | - |
| YUV | 114.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 45 | 0 | 0.54 | 0.77 | 0.24 | 17.43 | 0.62 | 0.47 |
| Hex | C1 | 58 | 2D | 0 | 36 | 4D | 18 | 11 | 3E | 2F |
| Octal | 301 | 130 | 55 | 0 | 66 | 115 | 30 | 21 | 76 | 57 |
| Binary | 11000001 | 1011000 | 101101 | 0 | 110110 | 1001101 | 11000 | 10001 | 111110 | 101111 |
Color Harmonies of #C1582D
Complementary color
Monochromatic Colors of #C1582D
Black with #C1582D
Text Example
Text Example
White with #C1582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1582D; }
p { color: rgb(193,88,45); }
H1.HeaderClassName
{
color: #C1582D;
}
.AnyTagClassName
{
color: #C1582D;
}
</style>
background-color css
<style>
a { background-color: #C1582D; }
a { background-color: rgb(193,88,45); }
div.DivClassName
{
background-color: #C1582D;
}
.BgClassName
{
background-color: #C1582D;
}
</style>
border-color css
<style>
span { border-color: #C1582D; }
span { border-color: rgb(193,88,45); }
td.TdClassName
{
border-color: #C1582D;
}
.TagClassName
{
border-color: #C1582D;
}
</style>