Shades of Ecstasy #C56543
Tints of Ecstasy #C56543
RGB
CMYK
RGB Variations
Color information
#C56543 (or 0xC56543) is known color: Ecstasy. HEX triplet: C5, 65 and 43. RGB value is (197,101,67). Sum of RGB (Red+Green+Blue) = 197+101+67=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C56543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56543 is #3A9ABC. Grayscale: #7E7E7E. Windows color (decimal): -3840701 or 4416965. OLE color: 4416965.
HSL color Cylindrical-coordinate representation of color #C56543: hue angle of 15.69º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C56543 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 67 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.23 |
| HSL | 15.69º | 0.53% | 0.52% | - |
| HSV(B) | 15.69º | 0.66% | 0.77% | - |
| XYZ | 28.69 | 21.58 | 7.96 | - |
| YUV | 125.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 67 | 0 | 0.49 | 0.66 | 0.23 | 15.69 | 0.53 | 0.52 |
| Hex | C5 | 65 | 43 | 0 | 31 | 42 | 17 | 10 | 35 | 34 |
| Octal | 305 | 145 | 103 | 0 | 61 | 102 | 27 | 20 | 65 | 64 |
| Binary | 11000101 | 1100101 | 1000011 | 0 | 110001 | 1000010 | 10111 | 10000 | 110101 | 110100 |
Color Harmonies of #C56543
Complementary color
Monochromatic Colors of #C56543
Black with #C56543
Text Example
Text Example
White with #C56543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56543; }
p { color: rgb(197,101,67); }
H1.HeaderClassName
{
color: #C56543;
}
.AnyTagClassName
{
color: #C56543;
}
</style>
background-color css
<style>
a { background-color: #C56543; }
a { background-color: rgb(197,101,67); }
div.DivClassName
{
background-color: #C56543;
}
.BgClassName
{
background-color: #C56543;
}
</style>
border-color css
<style>
span { border-color: #C56543; }
span { border-color: rgb(197,101,67); }
td.TdClassName
{
border-color: #C56543;
}
.TagClassName
{
border-color: #C56543;
}
</style>