Shades of Smoke Tree #C35E2F
Tints of Smoke Tree #C35E2F
RGB
CMYK
RGB Variations
Color information
#C35E2F (or 0xC35E2F) is known color: Smoke Tree. HEX triplet: C3, 5E and 2F. RGB value is (195,94,47). Sum of RGB (Red+Green+Blue) = 195+94+47=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35E2F is #3CA1D0. Grayscale: #777777. Windows color (decimal): -3973585 or 3104451. OLE color: 3104451.
HSL color Cylindrical-coordinate representation of color #C35E2F: hue angle of 19.05º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C35E2F is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 47 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.24 |
| HSL | 19.05º | 0.61% | 0.47% | - |
| HSV(B) | 19.05º | 0.76% | 0.76% | - |
| XYZ | 27.02 | 19.81 | 5.09 | - |
| YUV | 118.84 | 87.46 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 47 | 0 | 0.52 | 0.76 | 0.24 | 19.05 | 0.61 | 0.47 |
| Hex | C3 | 5E | 2F | 0 | 34 | 4C | 18 | 13 | 3D | 2F |
| Octal | 303 | 136 | 57 | 0 | 64 | 114 | 30 | 23 | 75 | 57 |
| Binary | 11000011 | 1011110 | 101111 | 0 | 110100 | 1001100 | 11000 | 10011 | 111101 | 101111 |
Color Harmonies of #C35E2F
Complementary color
Monochromatic Colors of #C35E2F
Black with #C35E2F
Text Example
Text Example
White with #C35E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E2F; }
p { color: rgb(195,94,47); }
H1.HeaderClassName
{
color: #C35E2F;
}
.AnyTagClassName
{
color: #C35E2F;
}
</style>
background-color css
<style>
a { background-color: #C35E2F; }
a { background-color: rgb(195,94,47); }
div.DivClassName
{
background-color: #C35E2F;
}
.BgClassName
{
background-color: #C35E2F;
}
</style>
border-color css
<style>
span { border-color: #C35E2F; }
span { border-color: rgb(195,94,47); }
td.TdClassName
{
border-color: #C35E2F;
}
.TagClassName
{
border-color: #C35E2F;
}
</style>