Shades of Ecstasy #C56342
Tints of Ecstasy #C56342
RGB
CMYK
RGB Variations
Color information
#C56342 (or 0xC56342) is known color: Ecstasy. HEX triplet: C5, 63 and 42. RGB value is (197,99,66). Sum of RGB (Red+Green+Blue) = 197+99+66=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C56342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56342 is #3A9CBD. Grayscale: #7C7C7C. Windows color (decimal): -3841214 or 4350917. OLE color: 4350917.
HSL color Cylindrical-coordinate representation of color #C56342: hue angle of 15.11º 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 #C56342 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 66 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.23 |
| HSL | 15.11º | 0.53% | 0.52% | - |
| HSV(B) | 15.11º | 0.66% | 0.77% | - |
| XYZ | 28.47 | 21.19 | 7.74 | - |
| YUV | 124.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 66 | 0 | 0.50 | 0.66 | 0.23 | 15.11 | 0.53 | 0.52 |
| Hex | C5 | 63 | 42 | 0 | 32 | 42 | 17 | F | 35 | 34 |
| Octal | 305 | 143 | 102 | 0 | 62 | 102 | 27 | 17 | 65 | 64 |
| Binary | 11000101 | 1100011 | 1000010 | 0 | 110010 | 1000010 | 10111 | 1111 | 110101 | 110100 |
Color Harmonies of #C56342
Complementary color
Monochromatic Colors of #C56342
Black with #C56342
Text Example
Text Example
White with #C56342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56342; }
p { color: rgb(197,99,66); }
H1.HeaderClassName
{
color: #C56342;
}
.AnyTagClassName
{
color: #C56342;
}
</style>
background-color css
<style>
a { background-color: #C56342; }
a { background-color: rgb(197,99,66); }
div.DivClassName
{
background-color: #C56342;
}
.BgClassName
{
background-color: #C56342;
}
</style>
border-color css
<style>
span { border-color: #C56342; }
span { border-color: rgb(197,99,66); }
td.TdClassName
{
border-color: #C56342;
}
.TagClassName
{
border-color: #C56342;
}
</style>