Shades of Smoke Tree #C15A37
Tints of Smoke Tree #C15A37
RGB
CMYK
RGB Variations
Color information
#C15A37 (or 0xC15A37) is known color: Smoke Tree. HEX triplet: C1, 5A and 37. RGB value is (193,90,55). Sum of RGB (Red+Green+Blue) = 193+90+55=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A37 is #3EA5C8. Grayscale: #757575. Windows color (decimal): -4105673 or 3627713. OLE color: 3627713.
HSL color Cylindrical-coordinate representation of color #C15A37: hue angle of 15.22º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C15A37 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 55 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.24 |
| HSL | 15.22º | 0.56% | 0.49% | - |
| HSV(B) | 15.22º | 0.72% | 0.76% | - |
| XYZ | 26.34 | 18.93 | 5.88 | - |
| YUV | 116.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 55 | 0 | 0.53 | 0.72 | 0.24 | 15.22 | 0.56 | 0.49 |
| Hex | C1 | 5A | 37 | 0 | 35 | 48 | 18 | F | 38 | 31 |
| Octal | 301 | 132 | 67 | 0 | 65 | 110 | 30 | 17 | 70 | 61 |
| Binary | 11000001 | 1011010 | 110111 | 0 | 110101 | 1001000 | 11000 | 1111 | 111000 | 110001 |
Color Harmonies of #C15A37
Complementary color
Monochromatic Colors of #C15A37
Black with #C15A37
Text Example
Text Example
White with #C15A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A37; }
p { color: rgb(193,90,55); }
H1.HeaderClassName
{
color: #C15A37;
}
.AnyTagClassName
{
color: #C15A37;
}
</style>
background-color css
<style>
a { background-color: #C15A37; }
a { background-color: rgb(193,90,55); }
div.DivClassName
{
background-color: #C15A37;
}
.BgClassName
{
background-color: #C15A37;
}
</style>
border-color css
<style>
span { border-color: #C15A37; }
span { border-color: rgb(193,90,55); }
td.TdClassName
{
border-color: #C15A37;
}
.TagClassName
{
border-color: #C15A37;
}
</style>