Shades of Ecstasy #C4613A
Tints of Ecstasy #C4613A
RGB
CMYK
RGB Variations
Color information
#C4613A (or 0xC4613A) is known color: Ecstasy. HEX triplet: C4, 61 and 3A. RGB value is (196,97,58). Sum of RGB (Red+Green+Blue) = 196+97+58=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C4613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4613A is #3B9EC5. Grayscale: #7A7A7A. Windows color (decimal): -3907270 or 3826116. OLE color: 3826116.
HSL color Cylindrical-coordinate representation of color #C4613A: hue angle of 16.96º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4613A is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 58 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.23 |
| HSL | 16.96º | 0.54% | 0.5% | - |
| HSV(B) | 16.96º | 0.7% | 0.77% | - |
| XYZ | 27.8 | 20.59 | 6.51 | - |
| YUV | 122.16 | 91.8 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 58 | 0 | 0.51 | 0.70 | 0.23 | 16.96 | 0.54 | 0.5 |
| Hex | C4 | 61 | 3A | 0 | 33 | 46 | 17 | 11 | 36 | 32 |
| Octal | 304 | 141 | 72 | 0 | 63 | 106 | 27 | 21 | 66 | 62 |
| Binary | 11000100 | 1100001 | 111010 | 0 | 110011 | 1000110 | 10111 | 10001 | 110110 | 110010 |
Color Harmonies of #C4613A
Complementary color
Monochromatic Colors of #C4613A
Black with #C4613A
Text Example
Text Example
White with #C4613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4613A; }
p { color: rgb(196,97,58); }
H1.HeaderClassName
{
color: #C4613A;
}
.AnyTagClassName
{
color: #C4613A;
}
</style>
background-color css
<style>
a { background-color: #C4613A; }
a { background-color: rgb(196,97,58); }
div.DivClassName
{
background-color: #C4613A;
}
.BgClassName
{
background-color: #C4613A;
}
</style>
border-color css
<style>
span { border-color: #C4613A; }
span { border-color: rgb(196,97,58); }
td.TdClassName
{
border-color: #C4613A;
}
.TagClassName
{
border-color: #C4613A;
}
</style>