Shades of Smoke Tree #C05C30
Tints of Smoke Tree #C05C30
RGB
CMYK
RGB Variations
Color information
#C05C30 (or 0xC05C30) is known color: Smoke Tree. HEX triplet: C0, 5C and 30. RGB value is (192,92,48). Sum of RGB (Red+Green+Blue) = 192+92+48=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C30 is #3FA3CF. Grayscale: #757575. Windows color (decimal): -4170704 or 3169472. OLE color: 3169472.
HSL color Cylindrical-coordinate representation of color #C05C30: hue angle of 18.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C05C30 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 48 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.25 |
| HSL | 18.33º | 0.6% | 0.47% | - |
| HSV(B) | 18.33º | 0.75% | 0.75% | - |
| XYZ | 26.1 | 19.07 | 5.1 | - |
| YUV | 116.88 | 89.13 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 48 | 0 | 0.52 | 0.75 | 0.25 | 18.33 | 0.6 | 0.47 |
| Hex | C0 | 5C | 30 | 0 | 34 | 4B | 19 | 12 | 3C | 2F |
| Octal | 300 | 134 | 60 | 0 | 64 | 113 | 31 | 22 | 74 | 57 |
| Binary | 11000000 | 1011100 | 110000 | 0 | 110100 | 1001011 | 11001 | 10010 | 111100 | 101111 |
Color Harmonies of #C05C30
Complementary color
Monochromatic Colors of #C05C30
Black with #C05C30
Text Example
Text Example
White with #C05C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C30; }
p { color: rgb(192,92,48); }
H1.HeaderClassName
{
color: #C05C30;
}
.AnyTagClassName
{
color: #C05C30;
}
</style>
background-color css
<style>
a { background-color: #C05C30; }
a { background-color: rgb(192,92,48); }
div.DivClassName
{
background-color: #C05C30;
}
.BgClassName
{
background-color: #C05C30;
}
</style>
border-color css
<style>
span { border-color: #C05C30; }
span { border-color: rgb(192,92,48); }
td.TdClassName
{
border-color: #C05C30;
}
.TagClassName
{
border-color: #C05C30;
}
</style>