Shades of Ecstasy #C2683C
Tints of Ecstasy #C2683C
RGB
CMYK
RGB Variations
Color information
#C2683C (or 0xC2683C) is known color: Ecstasy. HEX triplet: C2, 68 and 3C. RGB value is (194,104,60). Sum of RGB (Red+Green+Blue) = 194+104+60=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2683C is #3D97C3. Grayscale: #7E7E7E. Windows color (decimal): -4036548 or 3958978. OLE color: 3958978.
HSL color Cylindrical-coordinate representation of color #C2683C: hue angle of 19.7º degrees, saturation: 0.53, 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 #C2683C is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 60 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.24 |
| HSL | 19.7º | 0.53% | 0.5% | - |
| HSV(B) | 19.7º | 0.69% | 0.76% | - |
| XYZ | 28.01 | 21.7 | 6.99 | - |
| YUV | 125.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 60 | 0 | 0.46 | 0.69 | 0.24 | 19.7 | 0.53 | 0.5 |
| Hex | C2 | 68 | 3C | 0 | 2E | 45 | 18 | 14 | 35 | 32 |
| Octal | 302 | 150 | 74 | 0 | 56 | 105 | 30 | 24 | 65 | 62 |
| Binary | 11000010 | 1101000 | 111100 | 0 | 101110 | 1000101 | 11000 | 10100 | 110101 | 110010 |
Color Harmonies of #C2683C
Complementary color
Monochromatic Colors of #C2683C
Black with #C2683C
Text Example
Text Example
White with #C2683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2683C; }
p { color: rgb(194,104,60); }
H1.HeaderClassName
{
color: #C2683C;
}
.AnyTagClassName
{
color: #C2683C;
}
</style>
background-color css
<style>
a { background-color: #C2683C; }
a { background-color: rgb(194,104,60); }
div.DivClassName
{
background-color: #C2683C;
}
.BgClassName
{
background-color: #C2683C;
}
</style>
border-color css
<style>
span { border-color: #C2683C; }
span { border-color: rgb(194,104,60); }
td.TdClassName
{
border-color: #C2683C;
}
.TagClassName
{
border-color: #C2683C;
}
</style>