Shades of Ecstasy #C75A33
Tints of Ecstasy #C75A33
RGB
CMYK
RGB Variations
Color information
#C75A33 (or 0xC75A33) is known color: Ecstasy. HEX triplet: C7, 5A and 33. RGB value is (199,90,51). Sum of RGB (Red+Green+Blue) = 199+90+51=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A33 is #38A5CC. Grayscale: #767676. Windows color (decimal): -3712461 or 3365575. OLE color: 3365575.
HSL color Cylindrical-coordinate representation of color #C75A33: hue angle of 15.81º 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 #C75A33 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 51 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.22 |
| HSL | 15.81º | 0.59% | 0.49% | - |
| HSV(B) | 15.81º | 0.74% | 0.78% | - |
| XYZ | 27.81 | 19.69 | 5.47 | - |
| YUV | 118.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 51 | 0 | 0.55 | 0.74 | 0.22 | 15.81 | 0.59 | 0.49 |
| Hex | C7 | 5A | 33 | 0 | 37 | 4A | 16 | 10 | 3B | 31 |
| Octal | 307 | 132 | 63 | 0 | 67 | 112 | 26 | 20 | 73 | 61 |
| Binary | 11000111 | 1011010 | 110011 | 0 | 110111 | 1001010 | 10110 | 10000 | 111011 | 110001 |
Color Harmonies of #C75A33
Complementary color
Monochromatic Colors of #C75A33
Black with #C75A33
Text Example
Text Example
White with #C75A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A33; }
p { color: rgb(199,90,51); }
H1.HeaderClassName
{
color: #C75A33;
}
.AnyTagClassName
{
color: #C75A33;
}
</style>
background-color css
<style>
a { background-color: #C75A33; }
a { background-color: rgb(199,90,51); }
div.DivClassName
{
background-color: #C75A33;
}
.BgClassName
{
background-color: #C75A33;
}
</style>
border-color css
<style>
span { border-color: #C75A33; }
span { border-color: rgb(199,90,51); }
td.TdClassName
{
border-color: #C75A33;
}
.TagClassName
{
border-color: #C75A33;
}
</style>