Shades of Smoke Tree #C0613A
Tints of Smoke Tree #C0613A
RGB
CMYK
RGB Variations
Color information
#C0613A (or 0xC0613A) is known color: Smoke Tree. HEX triplet: C0, 61 and 3A. RGB value is (192,97,58). Sum of RGB (Red+Green+Blue) = 192+97+58=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C0613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0613A is #3F9EC5. Grayscale: #797979. Windows color (decimal): -4169414 or 3826112. OLE color: 3826112.
HSL color Cylindrical-coordinate representation of color #C0613A: hue angle of 17.46º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0613A is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 58 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.25 |
| HSL | 17.46º | 0.54% | 0.49% | - |
| HSV(B) | 17.46º | 0.7% | 0.75% | - |
| XYZ | 26.78 | 20.06 | 6.46 | - |
| YUV | 120.96 | 92.47 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 58 | 0 | 0.49 | 0.70 | 0.25 | 17.46 | 0.54 | 0.49 |
| Hex | C0 | 61 | 3A | 0 | 31 | 46 | 19 | 11 | 36 | 31 |
| Octal | 300 | 141 | 72 | 0 | 61 | 106 | 31 | 21 | 66 | 61 |
| Binary | 11000000 | 1100001 | 111010 | 0 | 110001 | 1000110 | 11001 | 10001 | 110110 | 110001 |
Color Harmonies of #C0613A
Complementary color
Monochromatic Colors of #C0613A
Black with #C0613A
Text Example
Text Example
White with #C0613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0613A; }
p { color: rgb(192,97,58); }
H1.HeaderClassName
{
color: #C0613A;
}
.AnyTagClassName
{
color: #C0613A;
}
</style>
background-color css
<style>
a { background-color: #C0613A; }
a { background-color: rgb(192,97,58); }
div.DivClassName
{
background-color: #C0613A;
}
.BgClassName
{
background-color: #C0613A;
}
</style>
border-color css
<style>
span { border-color: #C0613A; }
span { border-color: rgb(192,97,58); }
td.TdClassName
{
border-color: #C0613A;
}
.TagClassName
{
border-color: #C0613A;
}
</style>