Shades of Ecstasy #C66342
Tints of Ecstasy #C66342
RGB
CMYK
RGB Variations
Color information
#C66342 (or 0xC66342) is known color: Ecstasy. HEX triplet: C6, 63 and 42. RGB value is (198,99,66). Sum of RGB (Red+Green+Blue) = 198+99+66=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C66342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66342 is #399CBD. Grayscale: #7D7D7D. Windows color (decimal): -3775678 or 4350918. OLE color: 4350918.
HSL color Cylindrical-coordinate representation of color #C66342: hue angle of 15º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C66342 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 66 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.22 |
| HSL | 15º | 0.54% | 0.52% | - |
| HSV(B) | 15º | 0.67% | 0.78% | - |
| XYZ | 28.73 | 21.32 | 7.76 | - |
| YUV | 124.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 66 | 0 | 0.50 | 0.67 | 0.22 | 15 | 0.54 | 0.52 |
| Hex | C6 | 63 | 42 | 0 | 32 | 43 | 16 | F | 36 | 34 |
| Octal | 306 | 143 | 102 | 0 | 62 | 103 | 26 | 17 | 66 | 64 |
| Binary | 11000110 | 1100011 | 1000010 | 0 | 110010 | 1000011 | 10110 | 1111 | 110110 | 110100 |
Color Harmonies of #C66342
Complementary color
Monochromatic Colors of #C66342
Black with #C66342
Text Example
Text Example
White with #C66342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66342; }
p { color: rgb(198,99,66); }
H1.HeaderClassName
{
color: #C66342;
}
.AnyTagClassName
{
color: #C66342;
}
</style>
background-color css
<style>
a { background-color: #C66342; }
a { background-color: rgb(198,99,66); }
div.DivClassName
{
background-color: #C66342;
}
.BgClassName
{
background-color: #C66342;
}
</style>
border-color css
<style>
span { border-color: #C66342; }
span { border-color: rgb(198,99,66); }
td.TdClassName
{
border-color: #C66342;
}
.TagClassName
{
border-color: #C66342;
}
</style>