Shades of Ecstasy #C46340
Tints of Ecstasy #C46340
RGB
CMYK
RGB Variations
Color information
#C46340 (or 0xC46340) is known color: Ecstasy. HEX triplet: C4, 63 and 40. RGB value is (196,99,64). Sum of RGB (Red+Green+Blue) = 196+99+64=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C46340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46340 is #3B9CBF. Grayscale: #7C7C7C. Windows color (decimal): -3906752 or 4219844. OLE color: 4219844.
HSL color Cylindrical-coordinate representation of color #C46340: hue angle of 15.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C46340 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 64 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.23 |
| HSL | 15.91º | 0.53% | 0.51% | - |
| HSV(B) | 15.91º | 0.67% | 0.77% | - |
| XYZ | 28.15 | 21.03 | 7.43 | - |
| YUV | 124.01 | 94.14 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 64 | 0 | 0.49 | 0.67 | 0.23 | 15.91 | 0.53 | 0.51 |
| Hex | C4 | 63 | 40 | 0 | 31 | 43 | 17 | 10 | 35 | 33 |
| Octal | 304 | 143 | 100 | 0 | 61 | 103 | 27 | 20 | 65 | 63 |
| Binary | 11000100 | 1100011 | 1000000 | 0 | 110001 | 1000011 | 10111 | 10000 | 110101 | 110011 |
Color Harmonies of #C46340
Complementary color
Monochromatic Colors of #C46340
Black with #C46340
Text Example
Text Example
White with #C46340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46340; }
p { color: rgb(196,99,64); }
H1.HeaderClassName
{
color: #C46340;
}
.AnyTagClassName
{
color: #C46340;
}
</style>
background-color css
<style>
a { background-color: #C46340; }
a { background-color: rgb(196,99,64); }
div.DivClassName
{
background-color: #C46340;
}
.BgClassName
{
background-color: #C46340;
}
</style>
border-color css
<style>
span { border-color: #C46340; }
span { border-color: rgb(196,99,64); }
td.TdClassName
{
border-color: #C46340;
}
.TagClassName
{
border-color: #C46340;
}
</style>