Shades of Smoke Tree #C15C30
Tints of Smoke Tree #C15C30
RGB
CMYK
RGB Variations
Color information
#C15C30 (or 0xC15C30) is known color: Smoke Tree. HEX triplet: C1, 5C and 30. RGB value is (193,92,48). Sum of RGB (Red+Green+Blue) = 193+92+48=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15C30 is #3EA3CF. Grayscale: #757575. Windows color (decimal): -4105168 or 3169473. OLE color: 3169473.
HSL color Cylindrical-coordinate representation of color #C15C30: hue angle of 18.21º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C15C30 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 48 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.24 |
| HSL | 18.21º | 0.6% | 0.47% | - |
| HSV(B) | 18.21º | 0.75% | 0.76% | - |
| XYZ | 26.35 | 19.21 | 5.11 | - |
| YUV | 117.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 48 | 0 | 0.52 | 0.75 | 0.24 | 18.21 | 0.6 | 0.47 |
| Hex | C1 | 5C | 30 | 0 | 34 | 4B | 18 | 12 | 3C | 2F |
| Octal | 301 | 134 | 60 | 0 | 64 | 113 | 30 | 22 | 74 | 57 |
| Binary | 11000001 | 1011100 | 110000 | 0 | 110100 | 1001011 | 11000 | 10010 | 111100 | 101111 |
Color Harmonies of #C15C30
Complementary color
Monochromatic Colors of #C15C30
Black with #C15C30
Text Example
Text Example
White with #C15C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C30; }
p { color: rgb(193,92,48); }
H1.HeaderClassName
{
color: #C15C30;
}
.AnyTagClassName
{
color: #C15C30;
}
</style>
background-color css
<style>
a { background-color: #C15C30; }
a { background-color: rgb(193,92,48); }
div.DivClassName
{
background-color: #C15C30;
}
.BgClassName
{
background-color: #C15C30;
}
</style>
border-color css
<style>
span { border-color: #C15C30; }
span { border-color: rgb(193,92,48); }
td.TdClassName
{
border-color: #C15C30;
}
.TagClassName
{
border-color: #C15C30;
}
</style>