Shades of Smoke Tree #C45C30
Tints of Smoke Tree #C45C30
RGB
CMYK
RGB Variations
Color information
#C45C30 (or 0xC45C30) is known color: Smoke Tree. HEX triplet: C4, 5C and 30. RGB value is (196,92,48). Sum of RGB (Red+Green+Blue) = 196+92+48=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C30 is #3BA3CF. Grayscale: #767676. Windows color (decimal): -3908560 or 3169476. OLE color: 3169476.
HSL color Cylindrical-coordinate representation of color #C45C30: hue angle of 17.84º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C45C30 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 48 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.23 |
| HSL | 17.84º | 0.61% | 0.48% | - |
| HSV(B) | 17.84º | 0.76% | 0.77% | - |
| XYZ | 27.13 | 19.6 | 5.15 | - |
| YUV | 118.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 48 | 0 | 0.53 | 0.76 | 0.23 | 17.84 | 0.61 | 0.48 |
| Hex | C4 | 5C | 30 | 0 | 35 | 4C | 17 | 12 | 3D | 30 |
| Octal | 304 | 134 | 60 | 0 | 65 | 114 | 27 | 22 | 75 | 60 |
| Binary | 11000100 | 1011100 | 110000 | 0 | 110101 | 1001100 | 10111 | 10010 | 111101 | 110000 |
Color Harmonies of #C45C30
Complementary color
Monochromatic Colors of #C45C30
Black with #C45C30
Text Example
Text Example
White with #C45C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C30; }
p { color: rgb(196,92,48); }
H1.HeaderClassName
{
color: #C45C30;
}
.AnyTagClassName
{
color: #C45C30;
}
</style>
background-color css
<style>
a { background-color: #C45C30; }
a { background-color: rgb(196,92,48); }
div.DivClassName
{
background-color: #C45C30;
}
.BgClassName
{
background-color: #C45C30;
}
</style>
border-color css
<style>
span { border-color: #C45C30; }
span { border-color: rgb(196,92,48); }
td.TdClassName
{
border-color: #C45C30;
}
.TagClassName
{
border-color: #C45C30;
}
</style>