Shades of Smoke Tree #C26335
Tints of Smoke Tree #C26335
RGB
CMYK
RGB Variations
Color information
#C26335 (or 0xC26335) is known color: Smoke Tree. HEX triplet: C2, 63 and 35. RGB value is (194,99,53). Sum of RGB (Red+Green+Blue) = 194+99+53=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C26335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26335 is #3D9CCA. Grayscale: #7A7A7A. Windows color (decimal): -4037835 or 3498946. OLE color: 3498946.
HSL color Cylindrical-coordinate representation of color #C26335: hue angle of 19.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C26335 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 53 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.24 |
| HSL | 19.57º | 0.57% | 0.48% | - |
| HSV(B) | 19.57º | 0.73% | 0.76% | - |
| XYZ | 27.35 | 20.65 | 5.91 | - |
| YUV | 122.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 53 | 0 | 0.49 | 0.73 | 0.24 | 19.57 | 0.57 | 0.48 |
| Hex | C2 | 63 | 35 | 0 | 31 | 49 | 18 | 14 | 39 | 30 |
| Octal | 302 | 143 | 65 | 0 | 61 | 111 | 30 | 24 | 71 | 60 |
| Binary | 11000010 | 1100011 | 110101 | 0 | 110001 | 1001001 | 11000 | 10100 | 111001 | 110000 |
Color Harmonies of #C26335
Complementary color
Monochromatic Colors of #C26335
Black with #C26335
Text Example
Text Example
White with #C26335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26335; }
p { color: rgb(194,99,53); }
H1.HeaderClassName
{
color: #C26335;
}
.AnyTagClassName
{
color: #C26335;
}
</style>
background-color css
<style>
a { background-color: #C26335; }
a { background-color: rgb(194,99,53); }
div.DivClassName
{
background-color: #C26335;
}
.BgClassName
{
background-color: #C26335;
}
</style>
border-color css
<style>
span { border-color: #C26335; }
span { border-color: rgb(194,99,53); }
td.TdClassName
{
border-color: #C26335;
}
.TagClassName
{
border-color: #C26335;
}
</style>