Shades of Smoke Tree #C2572B
Tints of Smoke Tree #C2572B
RGB
CMYK
RGB Variations
Color information
#C2572B (or 0xC2572B) is known color: Smoke Tree. HEX triplet: C2, 57 and 2B. RGB value is (194,87,43). Sum of RGB (Red+Green+Blue) = 194+87+43=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2572B is #3DA8D4. Grayscale: #727272. Windows color (decimal): -4040917 or 2840514. OLE color: 2840514.
HSL color Cylindrical-coordinate representation of color #C2572B: hue angle of 17.48º 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 #C2572B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 43 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.24 |
| HSL | 17.48º | 0.64% | 0.46% | - |
| HSV(B) | 17.48º | 0.78% | 0.76% | - |
| XYZ | 26.09 | 18.46 | 4.47 | - |
| YUV | 113.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 43 | 0 | 0.55 | 0.78 | 0.24 | 17.48 | 0.64 | 0.46 |
| Hex | C2 | 57 | 2B | 0 | 37 | 4E | 18 | 11 | 40 | 2E |
| Octal | 302 | 127 | 53 | 0 | 67 | 116 | 30 | 21 | 100 | 56 |
| Binary | 11000010 | 1010111 | 101011 | 0 | 110111 | 1001110 | 11000 | 10001 | 1000000 | 101110 |
Color Harmonies of #C2572B
Complementary color
Monochromatic Colors of #C2572B
Black with #C2572B
Text Example
Text Example
White with #C2572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2572B; }
p { color: rgb(194,87,43); }
H1.HeaderClassName
{
color: #C2572B;
}
.AnyTagClassName
{
color: #C2572B;
}
</style>
background-color css
<style>
a { background-color: #C2572B; }
a { background-color: rgb(194,87,43); }
div.DivClassName
{
background-color: #C2572B;
}
.BgClassName
{
background-color: #C2572B;
}
</style>
border-color css
<style>
span { border-color: #C2572B; }
span { border-color: rgb(194,87,43); }
td.TdClassName
{
border-color: #C2572B;
}
.TagClassName
{
border-color: #C2572B;
}
</style>