Shades of Smoke Tree #C05B2D
Tints of Smoke Tree #C05B2D
RGB
CMYK
RGB Variations
Color information
#C05B2D (or 0xC05B2D) is known color: Smoke Tree. HEX triplet: C0, 5B and 2D. RGB value is (192,91,45). Sum of RGB (Red+Green+Blue) = 192+91+45=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05B2D is #3FA4D2. Grayscale: #747474. Windows color (decimal): -4170963 or 2972608. OLE color: 2972608.
HSL color Cylindrical-coordinate representation of color #C05B2D: hue angle of 18.78º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C05B2D is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 45 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.25 |
| HSL | 18.78º | 0.62% | 0.46% | - |
| HSV(B) | 18.78º | 0.77% | 0.75% | - |
| XYZ | 25.95 | 18.88 | 4.76 | - |
| YUV | 115.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 45 | 0 | 0.53 | 0.77 | 0.25 | 18.78 | 0.62 | 0.46 |
| Hex | C0 | 5B | 2D | 0 | 35 | 4D | 19 | 13 | 3E | 2E |
| Octal | 300 | 133 | 55 | 0 | 65 | 115 | 31 | 23 | 76 | 56 |
| Binary | 11000000 | 1011011 | 101101 | 0 | 110101 | 1001101 | 11001 | 10011 | 111110 | 101110 |
Color Harmonies of #C05B2D
Complementary color
Monochromatic Colors of #C05B2D
Black with #C05B2D
Text Example
Text Example
White with #C05B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B2D; }
p { color: rgb(192,91,45); }
H1.HeaderClassName
{
color: #C05B2D;
}
.AnyTagClassName
{
color: #C05B2D;
}
</style>
background-color css
<style>
a { background-color: #C05B2D; }
a { background-color: rgb(192,91,45); }
div.DivClassName
{
background-color: #C05B2D;
}
.BgClassName
{
background-color: #C05B2D;
}
</style>
border-color css
<style>
span { border-color: #C05B2D; }
span { border-color: rgb(192,91,45); }
td.TdClassName
{
border-color: #C05B2D;
}
.TagClassName
{
border-color: #C05B2D;
}
</style>