Shades of Smoke Tree #C05A36
Tints of Smoke Tree #C05A36
RGB
CMYK
RGB Variations
Color information
#C05A36 (or 0xC05A36) is known color: Smoke Tree. HEX triplet: C0, 5A and 36. RGB value is (192,90,54). Sum of RGB (Red+Green+Blue) = 192+90+54=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A36 is #3FA5C9. Grayscale: #747474. Windows color (decimal): -4171210 or 3562176. OLE color: 3562176.
HSL color Cylindrical-coordinate representation of color #C05A36: hue angle of 15.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C05A36 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 54 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.25 |
| HSL | 15.65º | 0.56% | 0.48% | - |
| HSV(B) | 15.65º | 0.72% | 0.75% | - |
| XYZ | 26.06 | 18.79 | 5.74 | - |
| YUV | 116.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 54 | 0 | 0.53 | 0.72 | 0.25 | 15.65 | 0.56 | 0.48 |
| Hex | C0 | 5A | 36 | 0 | 35 | 48 | 19 | 10 | 38 | 30 |
| Octal | 300 | 132 | 66 | 0 | 65 | 110 | 31 | 20 | 70 | 60 |
| Binary | 11000000 | 1011010 | 110110 | 0 | 110101 | 1001000 | 11001 | 10000 | 111000 | 110000 |
Color Harmonies of #C05A36
Complementary color
Monochromatic Colors of #C05A36
Black with #C05A36
Text Example
Text Example
White with #C05A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A36; }
p { color: rgb(192,90,54); }
H1.HeaderClassName
{
color: #C05A36;
}
.AnyTagClassName
{
color: #C05A36;
}
</style>
background-color css
<style>
a { background-color: #C05A36; }
a { background-color: rgb(192,90,54); }
div.DivClassName
{
background-color: #C05A36;
}
.BgClassName
{
background-color: #C05A36;
}
</style>
border-color css
<style>
span { border-color: #C05A36; }
span { border-color: rgb(192,90,54); }
td.TdClassName
{
border-color: #C05A36;
}
.TagClassName
{
border-color: #C05A36;
}
</style>