Shades of Smoke Tree #C3582A
Tints of Smoke Tree #C3582A
RGB
CMYK
RGB Variations
Color information
#C3582A (or 0xC3582A) is known color: Smoke Tree. HEX triplet: C3, 58 and 2A. RGB value is (195,88,42). Sum of RGB (Red+Green+Blue) = 195+88+42=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3582A is #3CA7D5. Grayscale: #737373. Windows color (decimal): -3975126 or 2775235. OLE color: 2775235.
HSL color Cylindrical-coordinate representation of color #C3582A: hue angle of 18.04º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3582A is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 42 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.24 |
| HSL | 18.04º | 0.65% | 0.46% | - |
| HSV(B) | 18.04º | 0.78% | 0.76% | - |
| XYZ | 26.41 | 18.75 | 4.42 | - |
| YUV | 114.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 42 | 0 | 0.55 | 0.78 | 0.24 | 18.04 | 0.65 | 0.46 |
| Hex | C3 | 58 | 2A | 0 | 37 | 4E | 18 | 12 | 41 | 2E |
| Octal | 303 | 130 | 52 | 0 | 67 | 116 | 30 | 22 | 101 | 56 |
| Binary | 11000011 | 1011000 | 101010 | 0 | 110111 | 1001110 | 11000 | 10010 | 1000001 | 101110 |
Color Harmonies of #C3582A
Complementary color
Monochromatic Colors of #C3582A
Black with #C3582A
Text Example
Text Example
White with #C3582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3582A; }
p { color: rgb(195,88,42); }
H1.HeaderClassName
{
color: #C3582A;
}
.AnyTagClassName
{
color: #C3582A;
}
</style>
background-color css
<style>
a { background-color: #C3582A; }
a { background-color: rgb(195,88,42); }
div.DivClassName
{
background-color: #C3582A;
}
.BgClassName
{
background-color: #C3582A;
}
</style>
border-color css
<style>
span { border-color: #C3582A; }
span { border-color: rgb(195,88,42); }
td.TdClassName
{
border-color: #C3582A;
}
.TagClassName
{
border-color: #C3582A;
}
</style>