Shades of Ecstasy #C65C31
Tints of Ecstasy #C65C31
RGB
CMYK
RGB Variations
Color information
#C65C31 (or 0xC65C31) is known color: Ecstasy. HEX triplet: C6, 5C and 31. RGB value is (198,92,49). Sum of RGB (Red+Green+Blue) = 198+92+49=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65C31 is #39A3CE. Grayscale: #777777. Windows color (decimal): -3777487 or 3235014. OLE color: 3235014.
HSL color Cylindrical-coordinate representation of color #C65C31: hue angle of 17.32º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C65C31 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 49 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.22 |
| HSL | 17.32º | 0.6% | 0.48% | - |
| HSV(B) | 17.32º | 0.75% | 0.78% | - |
| XYZ | 27.67 | 19.88 | 5.28 | - |
| YUV | 118.79 | 88.62 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 49 | 0 | 0.54 | 0.75 | 0.22 | 17.32 | 0.6 | 0.48 |
| Hex | C6 | 5C | 31 | 0 | 36 | 4B | 16 | 11 | 3C | 30 |
| Octal | 306 | 134 | 61 | 0 | 66 | 113 | 26 | 21 | 74 | 60 |
| Binary | 11000110 | 1011100 | 110001 | 0 | 110110 | 1001011 | 10110 | 10001 | 111100 | 110000 |
Color Harmonies of #C65C31
Complementary color
Monochromatic Colors of #C65C31
Black with #C65C31
Text Example
Text Example
White with #C65C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C31; }
p { color: rgb(198,92,49); }
H1.HeaderClassName
{
color: #C65C31;
}
.AnyTagClassName
{
color: #C65C31;
}
</style>
background-color css
<style>
a { background-color: #C65C31; }
a { background-color: rgb(198,92,49); }
div.DivClassName
{
background-color: #C65C31;
}
.BgClassName
{
background-color: #C65C31;
}
</style>
border-color css
<style>
span { border-color: #C65C31; }
span { border-color: rgb(198,92,49); }
td.TdClassName
{
border-color: #C65C31;
}
.TagClassName
{
border-color: #C65C31;
}
</style>