Shades of Smoke Tree #C1572D
Tints of Smoke Tree #C1572D
RGB
CMYK
RGB Variations
Color information
#C1572D (or 0xC1572D) is known color: Smoke Tree. HEX triplet: C1, 57 and 2D. RGB value is (193,87,45). Sum of RGB (Red+Green+Blue) = 193+87+45=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1572D is #3EA8D2. Grayscale: #727272. Windows color (decimal): -4106451 or 2971585. OLE color: 2971585.
HSL color Cylindrical-coordinate representation of color #C1572D: hue angle of 17.03º 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 #C1572D is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 45 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.24 |
| HSL | 17.03º | 0.62% | 0.47% | - |
| HSV(B) | 17.03º | 0.77% | 0.76% | - |
| XYZ | 25.87 | 18.34 | 4.66 | - |
| YUV | 113.91 | 89.12 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 45 | 0 | 0.55 | 0.77 | 0.24 | 17.03 | 0.62 | 0.47 |
| Hex | C1 | 57 | 2D | 0 | 37 | 4D | 18 | 11 | 3E | 2F |
| Octal | 301 | 127 | 55 | 0 | 67 | 115 | 30 | 21 | 76 | 57 |
| Binary | 11000001 | 1010111 | 101101 | 0 | 110111 | 1001101 | 11000 | 10001 | 111110 | 101111 |
Color Harmonies of #C1572D
Complementary color
Monochromatic Colors of #C1572D
Black with #C1572D
Text Example
Text Example
White with #C1572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1572D; }
p { color: rgb(193,87,45); }
H1.HeaderClassName
{
color: #C1572D;
}
.AnyTagClassName
{
color: #C1572D;
}
</style>
background-color css
<style>
a { background-color: #C1572D; }
a { background-color: rgb(193,87,45); }
div.DivClassName
{
background-color: #C1572D;
}
.BgClassName
{
background-color: #C1572D;
}
</style>
border-color css
<style>
span { border-color: #C1572D; }
span { border-color: rgb(193,87,45); }
td.TdClassName
{
border-color: #C1572D;
}
.TagClassName
{
border-color: #C1572D;
}
</style>