Shades of Ecstasy #C6623C
Tints of Ecstasy #C6623C
RGB
CMYK
RGB Variations
Color information
#C6623C (or 0xC6623C) is known color: Ecstasy. HEX triplet: C6, 62 and 3C. RGB value is (198,98,60). Sum of RGB (Red+Green+Blue) = 198+98+60=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6623C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6623C is #399DC3. Grayscale: #7B7B7B. Windows color (decimal): -3775940 or 3957446. OLE color: 3957446.
HSL color Cylindrical-coordinate representation of color #C6623C: hue angle of 16.52º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6623C is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 60 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.22 |
| HSL | 16.52º | 0.55% | 0.51% | - |
| HSV(B) | 16.52º | 0.7% | 0.78% | - |
| XYZ | 28.47 | 21.07 | 6.84 | - |
| YUV | 123.57 | 92.13 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 60 | 0 | 0.51 | 0.70 | 0.22 | 16.52 | 0.55 | 0.51 |
| Hex | C6 | 62 | 3C | 0 | 33 | 46 | 16 | 11 | 37 | 33 |
| Octal | 306 | 142 | 74 | 0 | 63 | 106 | 26 | 21 | 67 | 63 |
| Binary | 11000110 | 1100010 | 111100 | 0 | 110011 | 1000110 | 10110 | 10001 | 110111 | 110011 |
Color Harmonies of #C6623C
Complementary color
Monochromatic Colors of #C6623C
Black with #C6623C
Text Example
Text Example
White with #C6623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6623C; }
p { color: rgb(198,98,60); }
H1.HeaderClassName
{
color: #C6623C;
}
.AnyTagClassName
{
color: #C6623C;
}
</style>
background-color css
<style>
a { background-color: #C6623C; }
a { background-color: rgb(198,98,60); }
div.DivClassName
{
background-color: #C6623C;
}
.BgClassName
{
background-color: #C6623C;
}
</style>
border-color css
<style>
span { border-color: #C6623C; }
span { border-color: rgb(198,98,60); }
td.TdClassName
{
border-color: #C6623C;
}
.TagClassName
{
border-color: #C6623C;
}
</style>