Shades of Ecstasy #C2663D
Tints of Ecstasy #C2663D
RGB
CMYK
RGB Variations
Color information
#C2663D (or 0xC2663D) is known color: Ecstasy. HEX triplet: C2, 66 and 3D. RGB value is (194,102,61). Sum of RGB (Red+Green+Blue) = 194+102+61=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2663D is #3D99C2. Grayscale: #7D7D7D. Windows color (decimal): -4037059 or 4024002. OLE color: 4024002.
HSL color Cylindrical-coordinate representation of color #C2663D: hue angle of 18.5º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2663D is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 61 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.24 |
| HSL | 18.5º | 0.52% | 0.5% | - |
| HSV(B) | 18.5º | 0.69% | 0.76% | - |
| XYZ | 27.84 | 21.31 | 7.06 | - |
| YUV | 124.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 61 | 0 | 0.47 | 0.69 | 0.24 | 18.5 | 0.52 | 0.5 |
| Hex | C2 | 66 | 3D | 0 | 2F | 45 | 18 | 12 | 34 | 32 |
| Octal | 302 | 146 | 75 | 0 | 57 | 105 | 30 | 22 | 64 | 62 |
| Binary | 11000010 | 1100110 | 111101 | 0 | 101111 | 1000101 | 11000 | 10010 | 110100 | 110010 |
Color Harmonies of #C2663D
Complementary color
Monochromatic Colors of #C2663D
Black with #C2663D
Text Example
Text Example
White with #C2663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2663D; }
p { color: rgb(194,102,61); }
H1.HeaderClassName
{
color: #C2663D;
}
.AnyTagClassName
{
color: #C2663D;
}
</style>
background-color css
<style>
a { background-color: #C2663D; }
a { background-color: rgb(194,102,61); }
div.DivClassName
{
background-color: #C2663D;
}
.BgClassName
{
background-color: #C2663D;
}
</style>
border-color css
<style>
span { border-color: #C2663D; }
span { border-color: rgb(194,102,61); }
td.TdClassName
{
border-color: #C2663D;
}
.TagClassName
{
border-color: #C2663D;
}
</style>