Shades of Smoke Tree #C05A2F
Tints of Smoke Tree #C05A2F
RGB
CMYK
RGB Variations
Color information
#C05A2F (or 0xC05A2F) is known color: Smoke Tree. HEX triplet: C0, 5A and 2F. RGB value is (192,90,47). Sum of RGB (Red+Green+Blue) = 192+90+47=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A2F is #3FA5D0. Grayscale: #737373. Windows color (decimal): -4171217 or 3103424. OLE color: 3103424.
HSL color Cylindrical-coordinate representation of color #C05A2F: hue angle of 17.79º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C05A2F is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 47 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.25 |
| HSL | 17.79º | 0.61% | 0.47% | - |
| HSV(B) | 17.79º | 0.76% | 0.75% | - |
| XYZ | 25.91 | 18.72 | 4.94 | - |
| YUV | 115.6 | 89.29 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 47 | 0 | 0.53 | 0.76 | 0.25 | 17.79 | 0.61 | 0.47 |
| Hex | C0 | 5A | 2F | 0 | 35 | 4C | 19 | 12 | 3D | 2F |
| Octal | 300 | 132 | 57 | 0 | 65 | 114 | 31 | 22 | 75 | 57 |
| Binary | 11000000 | 1011010 | 101111 | 0 | 110101 | 1001100 | 11001 | 10010 | 111101 | 101111 |
Color Harmonies of #C05A2F
Complementary color
Monochromatic Colors of #C05A2F
Black with #C05A2F
Text Example
Text Example
White with #C05A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A2F; }
p { color: rgb(192,90,47); }
H1.HeaderClassName
{
color: #C05A2F;
}
.AnyTagClassName
{
color: #C05A2F;
}
</style>
background-color css
<style>
a { background-color: #C05A2F; }
a { background-color: rgb(192,90,47); }
div.DivClassName
{
background-color: #C05A2F;
}
.BgClassName
{
background-color: #C05A2F;
}
</style>
border-color css
<style>
span { border-color: #C05A2F; }
span { border-color: rgb(192,90,47); }
td.TdClassName
{
border-color: #C05A2F;
}
.TagClassName
{
border-color: #C05A2F;
}
</style>