Shades of Smoke Tree #C05731
Tints of Smoke Tree #C05731
RGB
CMYK
RGB Variations
Color information
#C05731 (or 0xC05731) is known color: Smoke Tree. HEX triplet: C0, 57 and 31. RGB value is (192,87,49). Sum of RGB (Red+Green+Blue) = 192+87+49=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C05731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05731 is #3FA8CE. Grayscale: #727272. Windows color (decimal): -4171983 or 3233728. OLE color: 3233728.
HSL color Cylindrical-coordinate representation of color #C05731: hue angle of 15.94º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C05731 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 49 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.25 |
| HSL | 15.94º | 0.59% | 0.47% | - |
| HSV(B) | 15.94º | 0.74% | 0.75% | - |
| XYZ | 25.7 | 18.24 | 5.07 | - |
| YUV | 114.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 49 | 0 | 0.55 | 0.74 | 0.25 | 15.94 | 0.59 | 0.47 |
| Hex | C0 | 57 | 31 | 0 | 37 | 4A | 19 | 10 | 3B | 2F |
| Octal | 300 | 127 | 61 | 0 | 67 | 112 | 31 | 20 | 73 | 57 |
| Binary | 11000000 | 1010111 | 110001 | 0 | 110111 | 1001010 | 11001 | 10000 | 111011 | 101111 |
Color Harmonies of #C05731
Complementary color
Monochromatic Colors of #C05731
Black with #C05731
Text Example
Text Example
White with #C05731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05731; }
p { color: rgb(192,87,49); }
H1.HeaderClassName
{
color: #C05731;
}
.AnyTagClassName
{
color: #C05731;
}
</style>
background-color css
<style>
a { background-color: #C05731; }
a { background-color: rgb(192,87,49); }
div.DivClassName
{
background-color: #C05731;
}
.BgClassName
{
background-color: #C05731;
}
</style>
border-color css
<style>
span { border-color: #C05731; }
span { border-color: rgb(192,87,49); }
td.TdClassName
{
border-color: #C05731;
}
.TagClassName
{
border-color: #C05731;
}
</style>