Shades of Smoke Tree #C35E30
Tints of Smoke Tree #C35E30
RGB
CMYK
RGB Variations
Color information
#C35E30 (or 0xC35E30) is known color: Smoke Tree. HEX triplet: C3, 5E and 30. RGB value is (195,94,48). Sum of RGB (Red+Green+Blue) = 195+94+48=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35E30 is #3CA1CF. Grayscale: #777777. Windows color (decimal): -3973584 or 3169987. OLE color: 3169987.
HSL color Cylindrical-coordinate representation of color #C35E30: hue angle of 18.78º 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 #C35E30 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 48 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.24 |
| HSL | 18.78º | 0.6% | 0.48% | - |
| HSV(B) | 18.78º | 0.75% | 0.76% | - |
| XYZ | 27.04 | 19.82 | 5.2 | - |
| YUV | 118.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 48 | 0 | 0.52 | 0.75 | 0.24 | 18.78 | 0.6 | 0.48 |
| Hex | C3 | 5E | 30 | 0 | 34 | 4B | 18 | 13 | 3C | 30 |
| Octal | 303 | 136 | 60 | 0 | 64 | 113 | 30 | 23 | 74 | 60 |
| Binary | 11000011 | 1011110 | 110000 | 0 | 110100 | 1001011 | 11000 | 10011 | 111100 | 110000 |
Color Harmonies of #C35E30
Complementary color
Monochromatic Colors of #C35E30
Black with #C35E30
Text Example
Text Example
White with #C35E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E30; }
p { color: rgb(195,94,48); }
H1.HeaderClassName
{
color: #C35E30;
}
.AnyTagClassName
{
color: #C35E30;
}
</style>
background-color css
<style>
a { background-color: #C35E30; }
a { background-color: rgb(195,94,48); }
div.DivClassName
{
background-color: #C35E30;
}
.BgClassName
{
background-color: #C35E30;
}
</style>
border-color css
<style>
span { border-color: #C35E30; }
span { border-color: rgb(195,94,48); }
td.TdClassName
{
border-color: #C35E30;
}
.TagClassName
{
border-color: #C35E30;
}
</style>