Shades of Ecstasy #C2683D
Tints of Ecstasy #C2683D
RGB
CMYK
RGB Variations
Color information
#C2683D (or 0xC2683D) is known color: Ecstasy. HEX triplet: C2, 68 and 3D. RGB value is (194,104,61). Sum of RGB (Red+Green+Blue) = 194+104+61=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2683D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2683D is #3D97C2. Grayscale: #7E7E7E. Windows color (decimal): -4036547 or 4024514. OLE color: 4024514.
HSL color Cylindrical-coordinate representation of color #C2683D: hue angle of 19.4º 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 #C2683D is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 61 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.24 |
| HSL | 19.4º | 0.52% | 0.5% | - |
| HSV(B) | 19.4º | 0.69% | 0.76% | - |
| XYZ | 28.04 | 21.71 | 7.13 | - |
| YUV | 126.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 61 | 0 | 0.46 | 0.69 | 0.24 | 19.4 | 0.52 | 0.5 |
| Hex | C2 | 68 | 3D | 0 | 2E | 45 | 18 | 13 | 34 | 32 |
| Octal | 302 | 150 | 75 | 0 | 56 | 105 | 30 | 23 | 64 | 62 |
| Binary | 11000010 | 1101000 | 111101 | 0 | 101110 | 1000101 | 11000 | 10011 | 110100 | 110010 |
Color Harmonies of #C2683D
Complementary color
Monochromatic Colors of #C2683D
Black with #C2683D
Text Example
Text Example
White with #C2683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2683D; }
p { color: rgb(194,104,61); }
H1.HeaderClassName
{
color: #C2683D;
}
.AnyTagClassName
{
color: #C2683D;
}
</style>
background-color css
<style>
a { background-color: #C2683D; }
a { background-color: rgb(194,104,61); }
div.DivClassName
{
background-color: #C2683D;
}
.BgClassName
{
background-color: #C2683D;
}
</style>
border-color css
<style>
span { border-color: #C2683D; }
span { border-color: rgb(194,104,61); }
td.TdClassName
{
border-color: #C2683D;
}
.TagClassName
{
border-color: #C2683D;
}
</style>