Shades of Ecstasy #C66130
Tints of Ecstasy #C66130
RGB
CMYK
RGB Variations
Color information
#C66130 (or 0xC66130) is known color: Ecstasy. HEX triplet: C6, 61 and 30. RGB value is (198,97,48). Sum of RGB (Red+Green+Blue) = 198+97+48=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C66130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66130 is #399ECF. Grayscale: #797979. Windows color (decimal): -3776208 or 3170758. OLE color: 3170758.
HSL color Cylindrical-coordinate representation of color #C66130: hue angle of 19.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C66130 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 48 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.22 |
| HSL | 19.6º | 0.61% | 0.48% | - |
| HSV(B) | 19.6º | 0.76% | 0.78% | - |
| XYZ | 28.1 | 20.77 | 5.32 | - |
| YUV | 121.61 | 86.46 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 48 | 0 | 0.51 | 0.76 | 0.22 | 19.6 | 0.61 | 0.48 |
| Hex | C6 | 61 | 30 | 0 | 33 | 4C | 16 | 14 | 3D | 30 |
| Octal | 306 | 141 | 60 | 0 | 63 | 114 | 26 | 24 | 75 | 60 |
| Binary | 11000110 | 1100001 | 110000 | 0 | 110011 | 1001100 | 10110 | 10100 | 111101 | 110000 |
Color Harmonies of #C66130
Complementary color
Monochromatic Colors of #C66130
Black with #C66130
Text Example
Text Example
White with #C66130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66130; }
p { color: rgb(198,97,48); }
H1.HeaderClassName
{
color: #C66130;
}
.AnyTagClassName
{
color: #C66130;
}
</style>
background-color css
<style>
a { background-color: #C66130; }
a { background-color: rgb(198,97,48); }
div.DivClassName
{
background-color: #C66130;
}
.BgClassName
{
background-color: #C66130;
}
</style>
border-color css
<style>
span { border-color: #C66130; }
span { border-color: rgb(198,97,48); }
td.TdClassName
{
border-color: #C66130;
}
.TagClassName
{
border-color: #C66130;
}
</style>