Shades of Ecstasy #C75C36
Tints of Ecstasy #C75C36
RGB
CMYK
RGB Variations
Color information
#C75C36 (or 0xC75C36) is known color: Ecstasy. HEX triplet: C7, 5C and 36. RGB value is (199,92,54). Sum of RGB (Red+Green+Blue) = 199+92+54=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75C36 is #38A3C9. Grayscale: #777777. Windows color (decimal): -3711946 or 3562695. OLE color: 3562695.
HSL color Cylindrical-coordinate representation of color #C75C36: hue angle of 15.72º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C75C36 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 54 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.22 |
| HSL | 15.72º | 0.57% | 0.5% | - |
| HSV(B) | 15.72º | 0.73% | 0.78% | - |
| XYZ | 28.05 | 20.06 | 5.88 | - |
| YUV | 119.66 | 90.95 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 54 | 0 | 0.54 | 0.73 | 0.22 | 15.72 | 0.57 | 0.5 |
| Hex | C7 | 5C | 36 | 0 | 36 | 49 | 16 | 10 | 39 | 32 |
| Octal | 307 | 134 | 66 | 0 | 66 | 111 | 26 | 20 | 71 | 62 |
| Binary | 11000111 | 1011100 | 110110 | 0 | 110110 | 1001001 | 10110 | 10000 | 111001 | 110010 |
Color Harmonies of #C75C36
Complementary color
Monochromatic Colors of #C75C36
Black with #C75C36
Text Example
Text Example
White with #C75C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C36; }
p { color: rgb(199,92,54); }
H1.HeaderClassName
{
color: #C75C36;
}
.AnyTagClassName
{
color: #C75C36;
}
</style>
background-color css
<style>
a { background-color: #C75C36; }
a { background-color: rgb(199,92,54); }
div.DivClassName
{
background-color: #C75C36;
}
.BgClassName
{
background-color: #C75C36;
}
</style>
border-color css
<style>
span { border-color: #C75C36; }
span { border-color: rgb(199,92,54); }
td.TdClassName
{
border-color: #C75C36;
}
.TagClassName
{
border-color: #C75C36;
}
</style>