Shades of Smoke Tree #C35C31
Tints of Smoke Tree #C35C31
RGB
CMYK
RGB Variations
Color information
#C35C31 (or 0xC35C31) is known color: Smoke Tree. HEX triplet: C3, 5C and 31. RGB value is (195,92,49). Sum of RGB (Red+Green+Blue) = 195+92+49=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C31 is #3CA3CE. Grayscale: #767676. Windows color (decimal): -3974095 or 3235011. OLE color: 3235011.
HSL color Cylindrical-coordinate representation of color #C35C31: hue angle of 17.67º 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 #C35C31 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 49 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.24 |
| HSL | 17.67º | 0.6% | 0.48% | - |
| HSV(B) | 17.67º | 0.75% | 0.76% | - |
| XYZ | 26.89 | 19.48 | 5.25 | - |
| YUV | 117.9 | 89.12 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 49 | 0 | 0.53 | 0.75 | 0.24 | 17.67 | 0.6 | 0.48 |
| Hex | C3 | 5C | 31 | 0 | 35 | 4B | 18 | 12 | 3C | 30 |
| Octal | 303 | 134 | 61 | 0 | 65 | 113 | 30 | 22 | 74 | 60 |
| Binary | 11000011 | 1011100 | 110001 | 0 | 110101 | 1001011 | 11000 | 10010 | 111100 | 110000 |
Color Harmonies of #C35C31
Complementary color
Monochromatic Colors of #C35C31
Black with #C35C31
Text Example
Text Example
White with #C35C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C31; }
p { color: rgb(195,92,49); }
H1.HeaderClassName
{
color: #C35C31;
}
.AnyTagClassName
{
color: #C35C31;
}
</style>
background-color css
<style>
a { background-color: #C35C31; }
a { background-color: rgb(195,92,49); }
div.DivClassName
{
background-color: #C35C31;
}
.BgClassName
{
background-color: #C35C31;
}
</style>
border-color css
<style>
span { border-color: #C35C31; }
span { border-color: rgb(195,92,49); }
td.TdClassName
{
border-color: #C35C31;
}
.TagClassName
{
border-color: #C35C31;
}
</style>