Shades of Ecstasy #C75A3A
Tints of Ecstasy #C75A3A
RGB
CMYK
RGB Variations
Color information
#C75A3A (or 0xC75A3A) is known color: Ecstasy. HEX triplet: C7, 5A and 3A. RGB value is (199,90,58). Sum of RGB (Red+Green+Blue) = 199+90+58=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A3A is #38A5C5. Grayscale: #777777. Windows color (decimal): -3712454 or 3824327. OLE color: 3824327.
HSL color Cylindrical-coordinate representation of color #C75A3A: hue angle of 13.62º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C75A3A is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 58 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.22 |
| HSL | 13.62º | 0.56% | 0.5% | - |
| HSV(B) | 13.62º | 0.71% | 0.78% | - |
| XYZ | 27.97 | 19.76 | 6.34 | - |
| YUV | 118.94 | 93.61 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 58 | 0 | 0.55 | 0.71 | 0.22 | 13.62 | 0.56 | 0.5 |
| Hex | C7 | 5A | 3A | 0 | 37 | 47 | 16 | E | 38 | 32 |
| Octal | 307 | 132 | 72 | 0 | 67 | 107 | 26 | 16 | 70 | 62 |
| Binary | 11000111 | 1011010 | 111010 | 0 | 110111 | 1000111 | 10110 | 1110 | 111000 | 110010 |
Color Harmonies of #C75A3A
Complementary color
Monochromatic Colors of #C75A3A
Black with #C75A3A
Text Example
Text Example
White with #C75A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A3A; }
p { color: rgb(199,90,58); }
H1.HeaderClassName
{
color: #C75A3A;
}
.AnyTagClassName
{
color: #C75A3A;
}
</style>
background-color css
<style>
a { background-color: #C75A3A; }
a { background-color: rgb(199,90,58); }
div.DivClassName
{
background-color: #C75A3A;
}
.BgClassName
{
background-color: #C75A3A;
}
</style>
border-color css
<style>
span { border-color: #C75A3A; }
span { border-color: rgb(199,90,58); }
td.TdClassName
{
border-color: #C75A3A;
}
.TagClassName
{
border-color: #C75A3A;
}
</style>