Shades of Ecstasy #C36640
Tints of Ecstasy #C36640
RGB
CMYK
RGB Variations
Color information
#C36640 (or 0xC36640) is known color: Ecstasy. HEX triplet: C3, 66 and 40. RGB value is (195,102,64). Sum of RGB (Red+Green+Blue) = 195+102+64=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C36640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36640 is #3C99BF. Grayscale: #7D7D7D. Windows color (decimal): -3971520 or 4220611. OLE color: 4220611.
HSL color Cylindrical-coordinate representation of color #C36640: hue angle of 17.4º 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 #C36640 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 64 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.24 |
| HSL | 17.4º | 0.52% | 0.51% | - |
| HSV(B) | 17.4º | 0.67% | 0.76% | - |
| XYZ | 28.18 | 21.48 | 7.51 | - |
| YUV | 125.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 64 | 0 | 0.48 | 0.67 | 0.24 | 17.4 | 0.52 | 0.51 |
| Hex | C3 | 66 | 40 | 0 | 30 | 43 | 18 | 11 | 34 | 33 |
| Octal | 303 | 146 | 100 | 0 | 60 | 103 | 30 | 21 | 64 | 63 |
| Binary | 11000011 | 1100110 | 1000000 | 0 | 110000 | 1000011 | 11000 | 10001 | 110100 | 110011 |
Color Harmonies of #C36640
Complementary color
Monochromatic Colors of #C36640
Black with #C36640
Text Example
Text Example
White with #C36640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36640; }
p { color: rgb(195,102,64); }
H1.HeaderClassName
{
color: #C36640;
}
.AnyTagClassName
{
color: #C36640;
}
</style>
background-color css
<style>
a { background-color: #C36640; }
a { background-color: rgb(195,102,64); }
div.DivClassName
{
background-color: #C36640;
}
.BgClassName
{
background-color: #C36640;
}
</style>
border-color css
<style>
span { border-color: #C36640; }
span { border-color: rgb(195,102,64); }
td.TdClassName
{
border-color: #C36640;
}
.TagClassName
{
border-color: #C36640;
}
</style>