Shades of Smoke Tree #C06233
Tints of Smoke Tree #C06233
RGB
CMYK
RGB Variations
Color information
#C06233 (or 0xC06233) is known color: Smoke Tree. HEX triplet: C0, 62 and 33. RGB value is (192,98,51). Sum of RGB (Red+Green+Blue) = 192+98+51=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C06233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06233 is #3F9DCC. Grayscale: #797979. Windows color (decimal): -4169165 or 3367616. OLE color: 3367616.
HSL color Cylindrical-coordinate representation of color #C06233: hue angle of 20º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C06233 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 51 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.25 |
| HSL | 20º | 0.58% | 0.48% | - |
| HSV(B) | 20º | 0.73% | 0.75% | - |
| XYZ | 26.7 | 20.18 | 5.62 | - |
| YUV | 120.75 | 88.64 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 51 | 0 | 0.49 | 0.73 | 0.25 | 20 | 0.58 | 0.48 |
| Hex | C0 | 62 | 33 | 0 | 31 | 49 | 19 | 14 | 3A | 30 |
| Octal | 300 | 142 | 63 | 0 | 61 | 111 | 31 | 24 | 72 | 60 |
| Binary | 11000000 | 1100010 | 110011 | 0 | 110001 | 1001001 | 11001 | 10100 | 111010 | 110000 |
Color Harmonies of #C06233
Complementary color
Monochromatic Colors of #C06233
Black with #C06233
Text Example
Text Example
White with #C06233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06233; }
p { color: rgb(192,98,51); }
H1.HeaderClassName
{
color: #C06233;
}
.AnyTagClassName
{
color: #C06233;
}
</style>
background-color css
<style>
a { background-color: #C06233; }
a { background-color: rgb(192,98,51); }
div.DivClassName
{
background-color: #C06233;
}
.BgClassName
{
background-color: #C06233;
}
</style>
border-color css
<style>
span { border-color: #C06233; }
span { border-color: rgb(192,98,51); }
td.TdClassName
{
border-color: #C06233;
}
.TagClassName
{
border-color: #C06233;
}
</style>