Shades of Ecstasy #C75A34
Tints of Ecstasy #C75A34
RGB
CMYK
RGB Variations
Color information
#C75A34 (or 0xC75A34) is known color: Ecstasy. HEX triplet: C7, 5A and 34. RGB value is (199,90,52). Sum of RGB (Red+Green+Blue) = 199+90+52=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A34 is #38A5CB. Grayscale: #767676. Windows color (decimal): -3712460 or 3431111. OLE color: 3431111.
HSL color Cylindrical-coordinate representation of color #C75A34: hue angle of 15.51º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C75A34 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 52 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.22 |
| HSL | 15.51º | 0.59% | 0.49% | - |
| HSV(B) | 15.51º | 0.74% | 0.78% | - |
| XYZ | 27.83 | 19.7 | 5.58 | - |
| YUV | 118.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 52 | 0 | 0.55 | 0.74 | 0.22 | 15.51 | 0.59 | 0.49 |
| Hex | C7 | 5A | 34 | 0 | 37 | 4A | 16 | 10 | 3B | 31 |
| Octal | 307 | 132 | 64 | 0 | 67 | 112 | 26 | 20 | 73 | 61 |
| Binary | 11000111 | 1011010 | 110100 | 0 | 110111 | 1001010 | 10110 | 10000 | 111011 | 110001 |
Color Harmonies of #C75A34
Complementary color
Monochromatic Colors of #C75A34
Black with #C75A34
Text Example
Text Example
White with #C75A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A34; }
p { color: rgb(199,90,52); }
H1.HeaderClassName
{
color: #C75A34;
}
.AnyTagClassName
{
color: #C75A34;
}
</style>
background-color css
<style>
a { background-color: #C75A34; }
a { background-color: rgb(199,90,52); }
div.DivClassName
{
background-color: #C75A34;
}
.BgClassName
{
background-color: #C75A34;
}
</style>
border-color css
<style>
span { border-color: #C75A34; }
span { border-color: rgb(199,90,52); }
td.TdClassName
{
border-color: #C75A34;
}
.TagClassName
{
border-color: #C75A34;
}
</style>