Shades of Ecstasy #C66338
Tints of Ecstasy #C66338
RGB
CMYK
RGB Variations
Color information
#C66338 (or 0xC66338) is known color: Ecstasy. HEX triplet: C6, 63 and 38. RGB value is (198,99,56). Sum of RGB (Red+Green+Blue) = 198+99+56=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C66338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66338 is #399CC7. Grayscale: #7B7B7B. Windows color (decimal): -3775688 or 3695558. OLE color: 3695558.
HSL color Cylindrical-coordinate representation of color #C66338: hue angle of 18.17º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C66338 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 56 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.22 |
| HSL | 18.17º | 0.56% | 0.5% | - |
| HSV(B) | 18.17º | 0.72% | 0.78% | - |
| XYZ | 28.46 | 21.21 | 6.34 | - |
| YUV | 123.7 | 89.8 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 56 | 0 | 0.50 | 0.72 | 0.22 | 18.17 | 0.56 | 0.5 |
| Hex | C6 | 63 | 38 | 0 | 32 | 48 | 16 | 12 | 38 | 32 |
| Octal | 306 | 143 | 70 | 0 | 62 | 110 | 26 | 22 | 70 | 62 |
| Binary | 11000110 | 1100011 | 111000 | 0 | 110010 | 1001000 | 10110 | 10010 | 111000 | 110010 |
Color Harmonies of #C66338
Complementary color
Monochromatic Colors of #C66338
Black with #C66338
Text Example
Text Example
White with #C66338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66338; }
p { color: rgb(198,99,56); }
H1.HeaderClassName
{
color: #C66338;
}
.AnyTagClassName
{
color: #C66338;
}
</style>
background-color css
<style>
a { background-color: #C66338; }
a { background-color: rgb(198,99,56); }
div.DivClassName
{
background-color: #C66338;
}
.BgClassName
{
background-color: #C66338;
}
</style>
border-color css
<style>
span { border-color: #C66338; }
span { border-color: rgb(198,99,56); }
td.TdClassName
{
border-color: #C66338;
}
.TagClassName
{
border-color: #C66338;
}
</style>