Shades of Smoke Tree #C15B38
Tints of Smoke Tree #C15B38
RGB
CMYK
RGB Variations
Color information
#C15B38 (or 0xC15B38) is known color: Smoke Tree. HEX triplet: C1, 5B and 38. RGB value is (193,91,56). Sum of RGB (Red+Green+Blue) = 193+91+56=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B38 is #3EA4C7. Grayscale: #757575. Windows color (decimal): -4105416 or 3693505. OLE color: 3693505.
HSL color Cylindrical-coordinate representation of color #C15B38: hue angle of 15.33º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C15B38 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 56 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.24 |
| HSL | 15.33º | 0.55% | 0.49% | - |
| HSV(B) | 15.33º | 0.71% | 0.76% | - |
| XYZ | 26.45 | 19.11 | 6.04 | - |
| YUV | 117.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 56 | 0 | 0.53 | 0.71 | 0.24 | 15.33 | 0.55 | 0.49 |
| Hex | C1 | 5B | 38 | 0 | 35 | 47 | 18 | F | 37 | 31 |
| Octal | 301 | 133 | 70 | 0 | 65 | 107 | 30 | 17 | 67 | 61 |
| Binary | 11000001 | 1011011 | 111000 | 0 | 110101 | 1000111 | 11000 | 1111 | 110111 | 110001 |
Color Harmonies of #C15B38
Complementary color
Monochromatic Colors of #C15B38
Black with #C15B38
Text Example
Text Example
White with #C15B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B38; }
p { color: rgb(193,91,56); }
H1.HeaderClassName
{
color: #C15B38;
}
.AnyTagClassName
{
color: #C15B38;
}
</style>
background-color css
<style>
a { background-color: #C15B38; }
a { background-color: rgb(193,91,56); }
div.DivClassName
{
background-color: #C15B38;
}
.BgClassName
{
background-color: #C15B38;
}
</style>
border-color css
<style>
span { border-color: #C15B38; }
span { border-color: rgb(193,91,56); }
td.TdClassName
{
border-color: #C15B38;
}
.TagClassName
{
border-color: #C15B38;
}
</style>