Shades of Ecstasy #C36234
Tints of Ecstasy #C36234
RGB
CMYK
RGB Variations
Color information
#C36234 (or 0xC36234) is known color: Ecstasy. HEX triplet: C3, 62 and 34. RGB value is (195,98,52). Sum of RGB (Red+Green+Blue) = 195+98+52=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C36234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36234 is #3C9DCB. Grayscale: #7A7A7A. Windows color (decimal): -3972556 or 3433155. OLE color: 3433155.
HSL color Cylindrical-coordinate representation of color #C36234: hue angle of 19.3º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C36234 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 52 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.24 |
| HSL | 19.3º | 0.58% | 0.48% | - |
| HSV(B) | 19.3º | 0.73% | 0.76% | - |
| XYZ | 27.49 | 20.59 | 5.77 | - |
| YUV | 121.76 | 88.64 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 52 | 0 | 0.50 | 0.73 | 0.24 | 19.3 | 0.58 | 0.48 |
| Hex | C3 | 62 | 34 | 0 | 32 | 49 | 18 | 13 | 3A | 30 |
| Octal | 303 | 142 | 64 | 0 | 62 | 111 | 30 | 23 | 72 | 60 |
| Binary | 11000011 | 1100010 | 110100 | 0 | 110010 | 1001001 | 11000 | 10011 | 111010 | 110000 |
Color Harmonies of #C36234
Complementary color
Monochromatic Colors of #C36234
Black with #C36234
Text Example
Text Example
White with #C36234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36234; }
p { color: rgb(195,98,52); }
H1.HeaderClassName
{
color: #C36234;
}
.AnyTagClassName
{
color: #C36234;
}
</style>
background-color css
<style>
a { background-color: #C36234; }
a { background-color: rgb(195,98,52); }
div.DivClassName
{
background-color: #C36234;
}
.BgClassName
{
background-color: #C36234;
}
</style>
border-color css
<style>
span { border-color: #C36234; }
span { border-color: rgb(195,98,52); }
td.TdClassName
{
border-color: #C36234;
}
.TagClassName
{
border-color: #C36234;
}
</style>