Shades of Ecstasy #C66438
Tints of Ecstasy #C66438
RGB
CMYK
RGB Variations
Color information
#C66438 (or 0xC66438) is known color: Ecstasy. HEX triplet: C6, 64 and 38. RGB value is (198,100,56). Sum of RGB (Red+Green+Blue) = 198+100+56=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C66438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66438 is #399BC7. Grayscale: #7C7C7C. Windows color (decimal): -3775432 or 3695814. OLE color: 3695814.
HSL color Cylindrical-coordinate representation of color #C66438: hue angle of 18.59º 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 #C66438 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 56 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.22 |
| HSL | 18.59º | 0.56% | 0.5% | - |
| HSV(B) | 18.59º | 0.72% | 0.78% | - |
| XYZ | 28.56 | 21.41 | 6.37 | - |
| YUV | 124.29 | 89.47 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 56 | 0 | 0.49 | 0.72 | 0.22 | 18.59 | 0.56 | 0.5 |
| Hex | C6 | 64 | 38 | 0 | 31 | 48 | 16 | 13 | 38 | 32 |
| Octal | 306 | 144 | 70 | 0 | 61 | 110 | 26 | 23 | 70 | 62 |
| Binary | 11000110 | 1100100 | 111000 | 0 | 110001 | 1001000 | 10110 | 10011 | 111000 | 110010 |
Color Harmonies of #C66438
Complementary color
Monochromatic Colors of #C66438
Black with #C66438
Text Example
Text Example
White with #C66438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66438; }
p { color: rgb(198,100,56); }
H1.HeaderClassName
{
color: #C66438;
}
.AnyTagClassName
{
color: #C66438;
}
</style>
background-color css
<style>
a { background-color: #C66438; }
a { background-color: rgb(198,100,56); }
div.DivClassName
{
background-color: #C66438;
}
.BgClassName
{
background-color: #C66438;
}
</style>
border-color css
<style>
span { border-color: #C66438; }
span { border-color: rgb(198,100,56); }
td.TdClassName
{
border-color: #C66438;
}
.TagClassName
{
border-color: #C66438;
}
</style>