Shades of Ecstasy #C56742
Tints of Ecstasy #C56742
RGB
CMYK
RGB Variations
Color information
#C56742 (or 0xC56742) is known color: Ecstasy. HEX triplet: C5, 67 and 42. RGB value is (197,103,66). Sum of RGB (Red+Green+Blue) = 197+103+66=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C56742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56742 is #3A98BD. Grayscale: #7F7F7F. Windows color (decimal): -3840190 or 4351941. OLE color: 4351941.
HSL color Cylindrical-coordinate representation of color #C56742: hue angle of 16.95º 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 #C56742 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 66 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.23 |
| HSL | 16.95º | 0.53% | 0.52% | - |
| HSV(B) | 16.95º | 0.66% | 0.77% | - |
| XYZ | 28.86 | 21.96 | 7.87 | - |
| YUV | 126.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 66 | 0 | 0.48 | 0.66 | 0.23 | 16.95 | 0.53 | 0.52 |
| Hex | C5 | 67 | 42 | 0 | 30 | 42 | 17 | 11 | 35 | 34 |
| Octal | 305 | 147 | 102 | 0 | 60 | 102 | 27 | 21 | 65 | 64 |
| Binary | 11000101 | 1100111 | 1000010 | 0 | 110000 | 1000010 | 10111 | 10001 | 110101 | 110100 |
Color Harmonies of #C56742
Complementary color
Monochromatic Colors of #C56742
Black with #C56742
Text Example
Text Example
White with #C56742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56742; }
p { color: rgb(197,103,66); }
H1.HeaderClassName
{
color: #C56742;
}
.AnyTagClassName
{
color: #C56742;
}
</style>
background-color css
<style>
a { background-color: #C56742; }
a { background-color: rgb(197,103,66); }
div.DivClassName
{
background-color: #C56742;
}
.BgClassName
{
background-color: #C56742;
}
</style>
border-color css
<style>
span { border-color: #C56742; }
span { border-color: rgb(197,103,66); }
td.TdClassName
{
border-color: #C56742;
}
.TagClassName
{
border-color: #C56742;
}
</style>