Shades of Ecstasy #C36141
Tints of Ecstasy #C36141
RGB
CMYK
RGB Variations
Color information
#C36141 (or 0xC36141) is known color: Ecstasy. HEX triplet: C3, 61 and 41. RGB value is (195,97,65). Sum of RGB (Red+Green+Blue) = 195+97+65=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C36141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36141 is #3C9EBE. Grayscale: #7A7A7A. Windows color (decimal): -3972799 or 4284867. OLE color: 4284867.
HSL color Cylindrical-coordinate representation of color #C36141: hue angle of 14.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C36141 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 65 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.24 |
| HSL | 14.77º | 0.52% | 0.51% | - |
| HSV(B) | 14.77º | 0.67% | 0.76% | - |
| XYZ | 27.73 | 20.53 | 7.5 | - |
| YUV | 122.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 65 | 0 | 0.50 | 0.67 | 0.24 | 14.77 | 0.52 | 0.51 |
| Hex | C3 | 61 | 41 | 0 | 32 | 43 | 18 | F | 34 | 33 |
| Octal | 303 | 141 | 101 | 0 | 62 | 103 | 30 | 17 | 64 | 63 |
| Binary | 11000011 | 1100001 | 1000001 | 0 | 110010 | 1000011 | 11000 | 1111 | 110100 | 110011 |
Color Harmonies of #C36141
Complementary color
Monochromatic Colors of #C36141
Black with #C36141
Text Example
Text Example
White with #C36141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36141; }
p { color: rgb(195,97,65); }
H1.HeaderClassName
{
color: #C36141;
}
.AnyTagClassName
{
color: #C36141;
}
</style>
background-color css
<style>
a { background-color: #C36141; }
a { background-color: rgb(195,97,65); }
div.DivClassName
{
background-color: #C36141;
}
.BgClassName
{
background-color: #C36141;
}
</style>
border-color css
<style>
span { border-color: #C36141; }
span { border-color: rgb(195,97,65); }
td.TdClassName
{
border-color: #C36141;
}
.TagClassName
{
border-color: #C36141;
}
</style>