Shades of Smoke Tree #C2582F
Tints of Smoke Tree #C2582F
RGB
CMYK
RGB Variations
Color information
#C2582F (or 0xC2582F) is known color: Smoke Tree. HEX triplet: C2, 58 and 2F. RGB value is (194,88,47). Sum of RGB (Red+Green+Blue) = 194+88+47=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C2582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2582F is #3DA7D0. Grayscale: #737373. Windows color (decimal): -4040657 or 3102914. OLE color: 3102914.
HSL color Cylindrical-coordinate representation of color #C2582F: hue angle of 16.73º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2582F is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 47 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.24 |
| HSL | 16.73º | 0.61% | 0.47% | - |
| HSV(B) | 16.73º | 0.76% | 0.76% | - |
| XYZ | 26.25 | 18.65 | 4.91 | - |
| YUV | 115.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 47 | 0 | 0.55 | 0.76 | 0.24 | 16.73 | 0.61 | 0.47 |
| Hex | C2 | 58 | 2F | 0 | 37 | 4C | 18 | 11 | 3D | 2F |
| Octal | 302 | 130 | 57 | 0 | 67 | 114 | 30 | 21 | 75 | 57 |
| Binary | 11000010 | 1011000 | 101111 | 0 | 110111 | 1001100 | 11000 | 10001 | 111101 | 101111 |
Color Harmonies of #C2582F
Complementary color
Monochromatic Colors of #C2582F
Black with #C2582F
Text Example
Text Example
White with #C2582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2582F; }
p { color: rgb(194,88,47); }
H1.HeaderClassName
{
color: #C2582F;
}
.AnyTagClassName
{
color: #C2582F;
}
</style>
background-color css
<style>
a { background-color: #C2582F; }
a { background-color: rgb(194,88,47); }
div.DivClassName
{
background-color: #C2582F;
}
.BgClassName
{
background-color: #C2582F;
}
</style>
border-color css
<style>
span { border-color: #C2582F; }
span { border-color: rgb(194,88,47); }
td.TdClassName
{
border-color: #C2582F;
}
.TagClassName
{
border-color: #C2582F;
}
</style>