Shades of Smoke Tree #C35A2B
Tints of Smoke Tree #C35A2B
RGB
CMYK
RGB Variations
Color information
#C35A2B (or 0xC35A2B) is known color: Smoke Tree. HEX triplet: C3, 5A and 2B. RGB value is (195,90,43). Sum of RGB (Red+Green+Blue) = 195+90+43=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A2B is #3CA5D4. Grayscale: #747474. Windows color (decimal): -3974613 or 2841283. OLE color: 2841283.
HSL color Cylindrical-coordinate representation of color #C35A2B: hue angle of 18.55º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C35A2B is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 43 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.24 |
| HSL | 18.55º | 0.64% | 0.47% | - |
| HSV(B) | 18.55º | 0.78% | 0.76% | - |
| XYZ | 26.6 | 19.09 | 4.57 | - |
| YUV | 116.04 | 86.79 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 43 | 0 | 0.54 | 0.78 | 0.24 | 18.55 | 0.64 | 0.47 |
| Hex | C3 | 5A | 2B | 0 | 36 | 4E | 18 | 13 | 40 | 2F |
| Octal | 303 | 132 | 53 | 0 | 66 | 116 | 30 | 23 | 100 | 57 |
| Binary | 11000011 | 1011010 | 101011 | 0 | 110110 | 1001110 | 11000 | 10011 | 1000000 | 101111 |
Color Harmonies of #C35A2B
Complementary color
Monochromatic Colors of #C35A2B
Black with #C35A2B
Text Example
Text Example
White with #C35A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A2B; }
p { color: rgb(195,90,43); }
H1.HeaderClassName
{
color: #C35A2B;
}
.AnyTagClassName
{
color: #C35A2B;
}
</style>
background-color css
<style>
a { background-color: #C35A2B; }
a { background-color: rgb(195,90,43); }
div.DivClassName
{
background-color: #C35A2B;
}
.BgClassName
{
background-color: #C35A2B;
}
</style>
border-color css
<style>
span { border-color: #C35A2B; }
span { border-color: rgb(195,90,43); }
td.TdClassName
{
border-color: #C35A2B;
}
.TagClassName
{
border-color: #C35A2B;
}
</style>