Shades of Ecstasy #C4613D
Tints of Ecstasy #C4613D
RGB
CMYK
RGB Variations
Color information
#C4613D (or 0xC4613D) is known color: Ecstasy. HEX triplet: C4, 61 and 3D. RGB value is (196,97,61). Sum of RGB (Red+Green+Blue) = 196+97+61=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4613D is #3B9EC2. Grayscale: #7A7A7A. Windows color (decimal): -3907267 or 4022724. OLE color: 4022724.
HSL color Cylindrical-coordinate representation of color #C4613D: hue angle of 16º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4613D is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 61 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.23 |
| HSL | 16º | 0.53% | 0.5% | - |
| HSV(B) | 16º | 0.69% | 0.77% | - |
| XYZ | 27.88 | 20.62 | 6.93 | - |
| YUV | 122.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 61 | 0 | 0.51 | 0.69 | 0.23 | 16 | 0.53 | 0.5 |
| Hex | C4 | 61 | 3D | 0 | 33 | 45 | 17 | 10 | 35 | 32 |
| Octal | 304 | 141 | 75 | 0 | 63 | 105 | 27 | 20 | 65 | 62 |
| Binary | 11000100 | 1100001 | 111101 | 0 | 110011 | 1000101 | 10111 | 10000 | 110101 | 110010 |
Color Harmonies of #C4613D
Complementary color
Monochromatic Colors of #C4613D
Black with #C4613D
Text Example
Text Example
White with #C4613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4613D; }
p { color: rgb(196,97,61); }
H1.HeaderClassName
{
color: #C4613D;
}
.AnyTagClassName
{
color: #C4613D;
}
</style>
background-color css
<style>
a { background-color: #C4613D; }
a { background-color: rgb(196,97,61); }
div.DivClassName
{
background-color: #C4613D;
}
.BgClassName
{
background-color: #C4613D;
}
</style>
border-color css
<style>
span { border-color: #C4613D; }
span { border-color: rgb(196,97,61); }
td.TdClassName
{
border-color: #C4613D;
}
.TagClassName
{
border-color: #C4613D;
}
</style>