Shades of Smoke Tree #C05A3A
Tints of Smoke Tree #C05A3A
RGB
CMYK
RGB Variations
Color information
#C05A3A (or 0xC05A3A) is known color: Smoke Tree. HEX triplet: C0, 5A and 3A. RGB value is (192,90,58). Sum of RGB (Red+Green+Blue) = 192+90+58=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A3A is #3FA5C5. Grayscale: #757575. Windows color (decimal): -4171206 or 3824320. OLE color: 3824320.
HSL color Cylindrical-coordinate representation of color #C05A3A: hue angle of 14.33º 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 #C05A3A is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 58 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.25 |
| HSL | 14.33º | 0.54% | 0.49% | - |
| HSV(B) | 14.33º | 0.7% | 0.75% | - |
| XYZ | 26.16 | 18.82 | 6.26 | - |
| YUV | 116.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 58 | 0 | 0.53 | 0.70 | 0.25 | 14.33 | 0.54 | 0.49 |
| Hex | C0 | 5A | 3A | 0 | 35 | 46 | 19 | E | 36 | 31 |
| Octal | 300 | 132 | 72 | 0 | 65 | 106 | 31 | 16 | 66 | 61 |
| Binary | 11000000 | 1011010 | 111010 | 0 | 110101 | 1000110 | 11001 | 1110 | 110110 | 110001 |
Color Harmonies of #C05A3A
Complementary color
Monochromatic Colors of #C05A3A
Black with #C05A3A
Text Example
Text Example
White with #C05A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A3A; }
p { color: rgb(192,90,58); }
H1.HeaderClassName
{
color: #C05A3A;
}
.AnyTagClassName
{
color: #C05A3A;
}
</style>
background-color css
<style>
a { background-color: #C05A3A; }
a { background-color: rgb(192,90,58); }
div.DivClassName
{
background-color: #C05A3A;
}
.BgClassName
{
background-color: #C05A3A;
}
</style>
border-color css
<style>
span { border-color: #C05A3A; }
span { border-color: rgb(192,90,58); }
td.TdClassName
{
border-color: #C05A3A;
}
.TagClassName
{
border-color: #C05A3A;
}
</style>