Shades of Smoke Tree #C2582B
Tints of Smoke Tree #C2582B
RGB
CMYK
RGB Variations
Color information
#C2582B (or 0xC2582B) is known color: Smoke Tree. HEX triplet: C2, 58 and 2B. RGB value is (194,88,43). Sum of RGB (Red+Green+Blue) = 194+88+43=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2582B is #3DA7D4. Grayscale: #727272. Windows color (decimal): -4040661 or 2840770. OLE color: 2840770.
HSL color Cylindrical-coordinate representation of color #C2582B: hue angle of 17.88º degrees, saturation: 0.64, 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 #C2582B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 43 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.24 |
| HSL | 17.88º | 0.64% | 0.46% | - |
| HSV(B) | 17.88º | 0.78% | 0.76% | - |
| XYZ | 26.17 | 18.62 | 4.5 | - |
| YUV | 114.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 43 | 0 | 0.55 | 0.78 | 0.24 | 17.88 | 0.64 | 0.46 |
| Hex | C2 | 58 | 2B | 0 | 37 | 4E | 18 | 12 | 40 | 2E |
| Octal | 302 | 130 | 53 | 0 | 67 | 116 | 30 | 22 | 100 | 56 |
| Binary | 11000010 | 1011000 | 101011 | 0 | 110111 | 1001110 | 11000 | 10010 | 1000000 | 101110 |
Color Harmonies of #C2582B
Complementary color
Monochromatic Colors of #C2582B
Black with #C2582B
Text Example
Text Example
White with #C2582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2582B; }
p { color: rgb(194,88,43); }
H1.HeaderClassName
{
color: #C2582B;
}
.AnyTagClassName
{
color: #C2582B;
}
</style>
background-color css
<style>
a { background-color: #C2582B; }
a { background-color: rgb(194,88,43); }
div.DivClassName
{
background-color: #C2582B;
}
.BgClassName
{
background-color: #C2582B;
}
</style>
border-color css
<style>
span { border-color: #C2582B; }
span { border-color: rgb(194,88,43); }
td.TdClassName
{
border-color: #C2582B;
}
.TagClassName
{
border-color: #C2582B;
}
</style>