Shades of Smoke Tree #C05C3A
Tints of Smoke Tree #C05C3A
RGB
CMYK
RGB Variations
Color information
#C05C3A (or 0xC05C3A) is known color: Smoke Tree. HEX triplet: C0, 5C and 3A. RGB value is (192,92,58). Sum of RGB (Red+Green+Blue) = 192+92+58=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C3A is #3FA3C5. Grayscale: #767676. Windows color (decimal): -4170694 or 3824832. OLE color: 3824832.
HSL color Cylindrical-coordinate representation of color #C05C3A: hue angle of 15.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C05C3A is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 58 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.25 |
| HSL | 15.22º | 0.54% | 0.49% | - |
| HSV(B) | 15.22º | 0.7% | 0.75% | - |
| XYZ | 26.33 | 19.17 | 6.31 | - |
| YUV | 118.02 | 94.13 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 58 | 0 | 0.52 | 0.70 | 0.25 | 15.22 | 0.54 | 0.49 |
| Hex | C0 | 5C | 3A | 0 | 34 | 46 | 19 | F | 36 | 31 |
| Octal | 300 | 134 | 72 | 0 | 64 | 106 | 31 | 17 | 66 | 61 |
| Binary | 11000000 | 1011100 | 111010 | 0 | 110100 | 1000110 | 11001 | 1111 | 110110 | 110001 |
Color Harmonies of #C05C3A
Complementary color
Monochromatic Colors of #C05C3A
Black with #C05C3A
Text Example
Text Example
White with #C05C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C3A; }
p { color: rgb(192,92,58); }
H1.HeaderClassName
{
color: #C05C3A;
}
.AnyTagClassName
{
color: #C05C3A;
}
</style>
background-color css
<style>
a { background-color: #C05C3A; }
a { background-color: rgb(192,92,58); }
div.DivClassName
{
background-color: #C05C3A;
}
.BgClassName
{
background-color: #C05C3A;
}
</style>
border-color css
<style>
span { border-color: #C05C3A; }
span { border-color: rgb(192,92,58); }
td.TdClassName
{
border-color: #C05C3A;
}
.TagClassName
{
border-color: #C05C3A;
}
</style>