Shades of Smoke Tree #C05A32
Tints of Smoke Tree #C05A32
RGB
CMYK
RGB Variations
Color information
#C05A32 (or 0xC05A32) is known color: Smoke Tree. HEX triplet: C0, 5A and 32. RGB value is (192,90,50). Sum of RGB (Red+Green+Blue) = 192+90+50=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A32 is #3FA5CD. Grayscale: #747474. Windows color (decimal): -4171214 or 3300032. OLE color: 3300032.
HSL color Cylindrical-coordinate representation of color #C05A32: hue angle of 16.9º 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 #C05A32 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 50 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.25 |
| HSL | 16.9º | 0.59% | 0.47% | - |
| HSV(B) | 16.9º | 0.74% | 0.75% | - |
| XYZ | 25.97 | 18.75 | 5.27 | - |
| YUV | 115.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 50 | 0 | 0.53 | 0.74 | 0.25 | 16.9 | 0.59 | 0.47 |
| Hex | C0 | 5A | 32 | 0 | 35 | 4A | 19 | 11 | 3B | 2F |
| Octal | 300 | 132 | 62 | 0 | 65 | 112 | 31 | 21 | 73 | 57 |
| Binary | 11000000 | 1011010 | 110010 | 0 | 110101 | 1001010 | 11001 | 10001 | 111011 | 101111 |
Color Harmonies of #C05A32
Complementary color
Monochromatic Colors of #C05A32
Black with #C05A32
Text Example
Text Example
White with #C05A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A32; }
p { color: rgb(192,90,50); }
H1.HeaderClassName
{
color: #C05A32;
}
.AnyTagClassName
{
color: #C05A32;
}
</style>
background-color css
<style>
a { background-color: #C05A32; }
a { background-color: rgb(192,90,50); }
div.DivClassName
{
background-color: #C05A32;
}
.BgClassName
{
background-color: #C05A32;
}
</style>
border-color css
<style>
span { border-color: #C05A32; }
span { border-color: rgb(192,90,50); }
td.TdClassName
{
border-color: #C05A32;
}
.TagClassName
{
border-color: #C05A32;
}
</style>