Shades of Smoke Tree #C15932
Tints of Smoke Tree #C15932
RGB
CMYK
RGB Variations
Color information
#C15932 (or 0xC15932) is known color: Smoke Tree. HEX triplet: C1, 59 and 32. RGB value is (193,89,50). Sum of RGB (Red+Green+Blue) = 193+89+50=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C15932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15932 is #3EA6CD. Grayscale: #737373. Windows color (decimal): -4105934 or 3299777. OLE color: 3299777.
HSL color Cylindrical-coordinate representation of color #C15932: hue angle of 16.36º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C15932 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 50 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.24 |
| HSL | 16.36º | 0.59% | 0.48% | - |
| HSV(B) | 16.36º | 0.74% | 0.76% | - |
| XYZ | 26.14 | 18.71 | 5.25 | - |
| YUV | 115.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 50 | 0 | 0.54 | 0.74 | 0.24 | 16.36 | 0.59 | 0.48 |
| Hex | C1 | 59 | 32 | 0 | 36 | 4A | 18 | 10 | 3B | 30 |
| Octal | 301 | 131 | 62 | 0 | 66 | 112 | 30 | 20 | 73 | 60 |
| Binary | 11000001 | 1011001 | 110010 | 0 | 110110 | 1001010 | 11000 | 10000 | 111011 | 110000 |
Color Harmonies of #C15932
Complementary color
Monochromatic Colors of #C15932
Black with #C15932
Text Example
Text Example
White with #C15932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15932; }
p { color: rgb(193,89,50); }
H1.HeaderClassName
{
color: #C15932;
}
.AnyTagClassName
{
color: #C15932;
}
</style>
background-color css
<style>
a { background-color: #C15932; }
a { background-color: rgb(193,89,50); }
div.DivClassName
{
background-color: #C15932;
}
.BgClassName
{
background-color: #C15932;
}
</style>
border-color css
<style>
span { border-color: #C15932; }
span { border-color: rgb(193,89,50); }
td.TdClassName
{
border-color: #C15932;
}
.TagClassName
{
border-color: #C15932;
}
</style>