Shades of Smoke Tree #C05A2C
Tints of Smoke Tree #C05A2C
RGB
CMYK
RGB Variations
Color information
#C05A2C (or 0xC05A2C) is known color: Smoke Tree. HEX triplet: C0, 5A and 2C. RGB value is (192,90,44). Sum of RGB (Red+Green+Blue) = 192+90+44=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A2C is #3FA5D3. Grayscale: #737373. Windows color (decimal): -4171220 or 2906816. OLE color: 2906816.
HSL color Cylindrical-coordinate representation of color #C05A2C: hue angle of 18.65º degrees, saturation: 0.63, 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 #C05A2C is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 44 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.25 |
| HSL | 18.65º | 0.63% | 0.46% | - |
| HSV(B) | 18.65º | 0.77% | 0.75% | - |
| XYZ | 25.85 | 18.7 | 4.63 | - |
| YUV | 115.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 44 | 0 | 0.53 | 0.77 | 0.25 | 18.65 | 0.63 | 0.46 |
| Hex | C0 | 5A | 2C | 0 | 35 | 4D | 19 | 13 | 3F | 2E |
| Octal | 300 | 132 | 54 | 0 | 65 | 115 | 31 | 23 | 77 | 56 |
| Binary | 11000000 | 1011010 | 101100 | 0 | 110101 | 1001101 | 11001 | 10011 | 111111 | 101110 |
Color Harmonies of #C05A2C
Complementary color
Monochromatic Colors of #C05A2C
Black with #C05A2C
Text Example
Text Example
White with #C05A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A2C; }
p { color: rgb(192,90,44); }
H1.HeaderClassName
{
color: #C05A2C;
}
.AnyTagClassName
{
color: #C05A2C;
}
</style>
background-color css
<style>
a { background-color: #C05A2C; }
a { background-color: rgb(192,90,44); }
div.DivClassName
{
background-color: #C05A2C;
}
.BgClassName
{
background-color: #C05A2C;
}
</style>
border-color css
<style>
span { border-color: #C05A2C; }
span { border-color: rgb(192,90,44); }
td.TdClassName
{
border-color: #C05A2C;
}
.TagClassName
{
border-color: #C05A2C;
}
</style>