Shades of Ecstasy #C65C37
Tints of Ecstasy #C65C37
RGB
CMYK
RGB Variations
Color information
#C65C37 (or 0xC65C37) is known color: Ecstasy. HEX triplet: C6, 5C and 37. RGB value is (198,92,55). Sum of RGB (Red+Green+Blue) = 198+92+55=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65C37 is #39A3C8. Grayscale: #777777. Windows color (decimal): -3777481 or 3628230. OLE color: 3628230.
HSL color Cylindrical-coordinate representation of color #C65C37: hue angle of 15.52º degrees, saturation: 0.57, 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 #C65C37 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 55 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.22 |
| HSL | 15.52º | 0.57% | 0.5% | - |
| HSV(B) | 15.52º | 0.72% | 0.78% | - |
| XYZ | 27.81 | 19.94 | 6 | - |
| YUV | 119.48 | 91.62 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 55 | 0 | 0.54 | 0.72 | 0.22 | 15.52 | 0.57 | 0.5 |
| Hex | C6 | 5C | 37 | 0 | 36 | 48 | 16 | 10 | 39 | 32 |
| Octal | 306 | 134 | 67 | 0 | 66 | 110 | 26 | 20 | 71 | 62 |
| Binary | 11000110 | 1011100 | 110111 | 0 | 110110 | 1001000 | 10110 | 10000 | 111001 | 110010 |
Color Harmonies of #C65C37
Complementary color
Monochromatic Colors of #C65C37
Black with #C65C37
Text Example
Text Example
White with #C65C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C37; }
p { color: rgb(198,92,55); }
H1.HeaderClassName
{
color: #C65C37;
}
.AnyTagClassName
{
color: #C65C37;
}
</style>
background-color css
<style>
a { background-color: #C65C37; }
a { background-color: rgb(198,92,55); }
div.DivClassName
{
background-color: #C65C37;
}
.BgClassName
{
background-color: #C65C37;
}
</style>
border-color css
<style>
span { border-color: #C65C37; }
span { border-color: rgb(198,92,55); }
td.TdClassName
{
border-color: #C65C37;
}
.TagClassName
{
border-color: #C65C37;
}
</style>