Shades of Ecstasy #C56538
Tints of Ecstasy #C56538
RGB
CMYK
RGB Variations
Color information
#C56538 (or 0xC56538) is known color: Ecstasy. HEX triplet: C5, 65 and 38. RGB value is (197,101,56). Sum of RGB (Red+Green+Blue) = 197+101+56=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C56538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56538 is #3A9AC7. Grayscale: #7C7C7C. Windows color (decimal): -3840712 or 3696069. OLE color: 3696069.
HSL color Cylindrical-coordinate representation of color #C56538: hue angle of 19.15º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C56538 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 56 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.23 |
| HSL | 19.15º | 0.56% | 0.5% | - |
| HSV(B) | 19.15º | 0.72% | 0.77% | - |
| XYZ | 28.39 | 21.46 | 6.39 | - |
| YUV | 124.57 | 89.3 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 56 | 0 | 0.49 | 0.72 | 0.23 | 19.15 | 0.56 | 0.5 |
| Hex | C5 | 65 | 38 | 0 | 31 | 48 | 17 | 13 | 38 | 32 |
| Octal | 305 | 145 | 70 | 0 | 61 | 110 | 27 | 23 | 70 | 62 |
| Binary | 11000101 | 1100101 | 111000 | 0 | 110001 | 1001000 | 10111 | 10011 | 111000 | 110010 |
Color Harmonies of #C56538
Complementary color
Monochromatic Colors of #C56538
Black with #C56538
Text Example
Text Example
White with #C56538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56538; }
p { color: rgb(197,101,56); }
H1.HeaderClassName
{
color: #C56538;
}
.AnyTagClassName
{
color: #C56538;
}
</style>
background-color css
<style>
a { background-color: #C56538; }
a { background-color: rgb(197,101,56); }
div.DivClassName
{
background-color: #C56538;
}
.BgClassName
{
background-color: #C56538;
}
</style>
border-color css
<style>
span { border-color: #C56538; }
span { border-color: rgb(197,101,56); }
td.TdClassName
{
border-color: #C56538;
}
.TagClassName
{
border-color: #C56538;
}
</style>