Shades of Smoke Tree #C2572A
Tints of Smoke Tree #C2572A
RGB
CMYK
RGB Variations
Color information
#C2572A (or 0xC2572A) is known color: Smoke Tree. HEX triplet: C2, 57 and 2A. RGB value is (194,87,42). Sum of RGB (Red+Green+Blue) = 194+87+42=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2572A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2572A is #3DA8D5. Grayscale: #727272. Windows color (decimal): -4040918 or 2774978. OLE color: 2774978.
HSL color Cylindrical-coordinate representation of color #C2572A: hue angle of 17.76º 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 #C2572A is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 42 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.24 |
| HSL | 17.76º | 0.64% | 0.46% | - |
| HSV(B) | 17.76º | 0.78% | 0.76% | - |
| XYZ | 26.07 | 18.45 | 4.38 | - |
| YUV | 113.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 42 | 0 | 0.55 | 0.78 | 0.24 | 17.76 | 0.64 | 0.46 |
| Hex | C2 | 57 | 2A | 0 | 37 | 4E | 18 | 12 | 40 | 2E |
| Octal | 302 | 127 | 52 | 0 | 67 | 116 | 30 | 22 | 100 | 56 |
| Binary | 11000010 | 1010111 | 101010 | 0 | 110111 | 1001110 | 11000 | 10010 | 1000000 | 101110 |
Color Harmonies of #C2572A
Complementary color
Monochromatic Colors of #C2572A
Black with #C2572A
Text Example
Text Example
White with #C2572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2572A; }
p { color: rgb(194,87,42); }
H1.HeaderClassName
{
color: #C2572A;
}
.AnyTagClassName
{
color: #C2572A;
}
</style>
background-color css
<style>
a { background-color: #C2572A; }
a { background-color: rgb(194,87,42); }
div.DivClassName
{
background-color: #C2572A;
}
.BgClassName
{
background-color: #C2572A;
}
</style>
border-color css
<style>
span { border-color: #C2572A; }
span { border-color: rgb(194,87,42); }
td.TdClassName
{
border-color: #C2572A;
}
.TagClassName
{
border-color: #C2572A;
}
</style>