Shades of Smoke Tree #C05831
Tints of Smoke Tree #C05831
RGB
CMYK
RGB Variations
Color information
#C05831 (or 0xC05831) is known color: Smoke Tree. HEX triplet: C0, 58 and 31. RGB value is (192,88,49). Sum of RGB (Red+Green+Blue) = 192+88+49=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C05831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05831 is #3FA7CE. Grayscale: #727272. Windows color (decimal): -4171727 or 3233984. OLE color: 3233984.
HSL color Cylindrical-coordinate representation of color #C05831: hue angle of 16.36º 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 #C05831 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 49 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.25 |
| HSL | 16.36º | 0.59% | 0.47% | - |
| HSV(B) | 16.36º | 0.74% | 0.75% | - |
| XYZ | 25.78 | 18.41 | 5.1 | - |
| YUV | 114.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 49 | 0 | 0.54 | 0.74 | 0.25 | 16.36 | 0.59 | 0.47 |
| Hex | C0 | 58 | 31 | 0 | 36 | 4A | 19 | 10 | 3B | 2F |
| Octal | 300 | 130 | 61 | 0 | 66 | 112 | 31 | 20 | 73 | 57 |
| Binary | 11000000 | 1011000 | 110001 | 0 | 110110 | 1001010 | 11001 | 10000 | 111011 | 101111 |
Color Harmonies of #C05831
Complementary color
Monochromatic Colors of #C05831
Black with #C05831
Text Example
Text Example
White with #C05831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05831; }
p { color: rgb(192,88,49); }
H1.HeaderClassName
{
color: #C05831;
}
.AnyTagClassName
{
color: #C05831;
}
</style>
background-color css
<style>
a { background-color: #C05831; }
a { background-color: rgb(192,88,49); }
div.DivClassName
{
background-color: #C05831;
}
.BgClassName
{
background-color: #C05831;
}
</style>
border-color css
<style>
span { border-color: #C05831; }
span { border-color: rgb(192,88,49); }
td.TdClassName
{
border-color: #C05831;
}
.TagClassName
{
border-color: #C05831;
}
</style>