Shades of Ecstasy #C4613B
Tints of Ecstasy #C4613B
RGB
CMYK
RGB Variations
Color information
#C4613B (or 0xC4613B) is known color: Ecstasy. HEX triplet: C4, 61 and 3B. RGB value is (196,97,59). Sum of RGB (Red+Green+Blue) = 196+97+59=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4613B is #3B9EC4. Grayscale: #7A7A7A. Windows color (decimal): -3907269 or 3891652. OLE color: 3891652.
HSL color Cylindrical-coordinate representation of color #C4613B: hue angle of 16.64º 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 #C4613B is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 59 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.23 |
| HSL | 16.64º | 0.54% | 0.5% | - |
| HSV(B) | 16.64º | 0.7% | 0.77% | - |
| XYZ | 27.83 | 20.6 | 6.65 | - |
| YUV | 122.27 | 92.3 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 59 | 0 | 0.51 | 0.70 | 0.23 | 16.64 | 0.54 | 0.5 |
| Hex | C4 | 61 | 3B | 0 | 33 | 46 | 17 | 11 | 36 | 32 |
| Octal | 304 | 141 | 73 | 0 | 63 | 106 | 27 | 21 | 66 | 62 |
| Binary | 11000100 | 1100001 | 111011 | 0 | 110011 | 1000110 | 10111 | 10001 | 110110 | 110010 |
Color Harmonies of #C4613B
Complementary color
Monochromatic Colors of #C4613B
Black with #C4613B
Text Example
Text Example
White with #C4613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4613B; }
p { color: rgb(196,97,59); }
H1.HeaderClassName
{
color: #C4613B;
}
.AnyTagClassName
{
color: #C4613B;
}
</style>
background-color css
<style>
a { background-color: #C4613B; }
a { background-color: rgb(196,97,59); }
div.DivClassName
{
background-color: #C4613B;
}
.BgClassName
{
background-color: #C4613B;
}
</style>
border-color css
<style>
span { border-color: #C4613B; }
span { border-color: rgb(196,97,59); }
td.TdClassName
{
border-color: #C4613B;
}
.TagClassName
{
border-color: #C4613B;
}
</style>