Shades of Ecstasy #C75A36
Tints of Ecstasy #C75A36
RGB
CMYK
RGB Variations
Color information
#C75A36 (or 0xC75A36) is known color: Ecstasy. HEX triplet: C7, 5A and 36. RGB value is (199,90,54). Sum of RGB (Red+Green+Blue) = 199+90+54=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A36 is #38A5C9. Grayscale: #767676. Windows color (decimal): -3712458 or 3562183. OLE color: 3562183.
HSL color Cylindrical-coordinate representation of color #C75A36: hue angle of 14.9º 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 #C75A36 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 54 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.22 |
| HSL | 14.9º | 0.57% | 0.5% | - |
| HSV(B) | 14.9º | 0.73% | 0.78% | - |
| XYZ | 27.88 | 19.72 | 5.83 | - |
| YUV | 118.49 | 91.61 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 54 | 0 | 0.55 | 0.73 | 0.22 | 14.9 | 0.57 | 0.5 |
| Hex | C7 | 5A | 36 | 0 | 37 | 49 | 16 | F | 39 | 32 |
| Octal | 307 | 132 | 66 | 0 | 67 | 111 | 26 | 17 | 71 | 62 |
| Binary | 11000111 | 1011010 | 110110 | 0 | 110111 | 1001001 | 10110 | 1111 | 111001 | 110010 |
Color Harmonies of #C75A36
Complementary color
Monochromatic Colors of #C75A36
Black with #C75A36
Text Example
Text Example
White with #C75A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A36; }
p { color: rgb(199,90,54); }
H1.HeaderClassName
{
color: #C75A36;
}
.AnyTagClassName
{
color: #C75A36;
}
</style>
background-color css
<style>
a { background-color: #C75A36; }
a { background-color: rgb(199,90,54); }
div.DivClassName
{
background-color: #C75A36;
}
.BgClassName
{
background-color: #C75A36;
}
</style>
border-color css
<style>
span { border-color: #C75A36; }
span { border-color: rgb(199,90,54); }
td.TdClassName
{
border-color: #C75A36;
}
.TagClassName
{
border-color: #C75A36;
}
</style>