Shades of Smoke Tree #C05F32
Tints of Smoke Tree #C05F32
RGB
CMYK
RGB Variations
Color information
#C05F32 (or 0xC05F32) is known color: Smoke Tree. HEX triplet: C0, 5F and 32. RGB value is (192,95,50). Sum of RGB (Red+Green+Blue) = 192+95+50=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05F32 is #3FA0CD. Grayscale: #777777. Windows color (decimal): -4169934 or 3301312. OLE color: 3301312.
HSL color Cylindrical-coordinate representation of color #C05F32: hue angle of 19.01º 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 #C05F32 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 50 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.25 |
| HSL | 19.01º | 0.59% | 0.47% | - |
| HSV(B) | 19.01º | 0.74% | 0.75% | - |
| XYZ | 26.41 | 19.62 | 5.41 | - |
| YUV | 118.87 | 89.14 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 50 | 0 | 0.51 | 0.74 | 0.25 | 19.01 | 0.59 | 0.47 |
| Hex | C0 | 5F | 32 | 0 | 33 | 4A | 19 | 13 | 3B | 2F |
| Octal | 300 | 137 | 62 | 0 | 63 | 112 | 31 | 23 | 73 | 57 |
| Binary | 11000000 | 1011111 | 110010 | 0 | 110011 | 1001010 | 11001 | 10011 | 111011 | 101111 |
Color Harmonies of #C05F32
Complementary color
Monochromatic Colors of #C05F32
Black with #C05F32
Text Example
Text Example
White with #C05F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F32; }
p { color: rgb(192,95,50); }
H1.HeaderClassName
{
color: #C05F32;
}
.AnyTagClassName
{
color: #C05F32;
}
</style>
background-color css
<style>
a { background-color: #C05F32; }
a { background-color: rgb(192,95,50); }
div.DivClassName
{
background-color: #C05F32;
}
.BgClassName
{
background-color: #C05F32;
}
</style>
border-color css
<style>
span { border-color: #C05F32; }
span { border-color: rgb(192,95,50); }
td.TdClassName
{
border-color: #C05F32;
}
.TagClassName
{
border-color: #C05F32;
}
</style>