Shades of Smoke Tree #C35E31
Tints of Smoke Tree #C35E31
RGB
CMYK
RGB Variations
Color information
#C35E31 (or 0xC35E31) is known color: Smoke Tree. HEX triplet: C3, 5E and 31. RGB value is (195,94,49). Sum of RGB (Red+Green+Blue) = 195+94+49=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35E31 is #3CA1CE. Grayscale: #777777. Windows color (decimal): -3973583 or 3235523. OLE color: 3235523.
HSL color Cylindrical-coordinate representation of color #C35E31: hue angle of 18.49º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C35E31 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 49 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.24 |
| HSL | 18.49º | 0.6% | 0.48% | - |
| HSV(B) | 18.49º | 0.75% | 0.76% | - |
| XYZ | 27.06 | 19.83 | 5.31 | - |
| YUV | 119.07 | 88.46 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 49 | 0 | 0.52 | 0.75 | 0.24 | 18.49 | 0.6 | 0.48 |
| Hex | C3 | 5E | 31 | 0 | 34 | 4B | 18 | 12 | 3C | 30 |
| Octal | 303 | 136 | 61 | 0 | 64 | 113 | 30 | 22 | 74 | 60 |
| Binary | 11000011 | 1011110 | 110001 | 0 | 110100 | 1001011 | 11000 | 10010 | 111100 | 110000 |
Color Harmonies of #C35E31
Complementary color
Monochromatic Colors of #C35E31
Black with #C35E31
Text Example
Text Example
White with #C35E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E31; }
p { color: rgb(195,94,49); }
H1.HeaderClassName
{
color: #C35E31;
}
.AnyTagClassName
{
color: #C35E31;
}
</style>
background-color css
<style>
a { background-color: #C35E31; }
a { background-color: rgb(195,94,49); }
div.DivClassName
{
background-color: #C35E31;
}
.BgClassName
{
background-color: #C35E31;
}
</style>
border-color css
<style>
span { border-color: #C35E31; }
span { border-color: rgb(195,94,49); }
td.TdClassName
{
border-color: #C35E31;
}
.TagClassName
{
border-color: #C35E31;
}
</style>