Shades of Ecstasy #C1683C
Tints of Ecstasy #C1683C
RGB
CMYK
RGB Variations
Color information
#C1683C (or 0xC1683C) is known color: Ecstasy. HEX triplet: C1, 68 and 3C. RGB value is (193,104,60). Sum of RGB (Red+Green+Blue) = 193+104+60=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1683C is #3E97C3. Grayscale: #7D7D7D. Windows color (decimal): -4102084 or 3958977. OLE color: 3958977.
HSL color Cylindrical-coordinate representation of color #C1683C: hue angle of 19.85º 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 #C1683C is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 60 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.24 |
| HSL | 19.85º | 0.53% | 0.5% | - |
| HSV(B) | 19.85º | 0.69% | 0.76% | - |
| XYZ | 27.76 | 21.56 | 6.97 | - |
| YUV | 125.6 | 90.99 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 60 | 0 | 0.46 | 0.69 | 0.24 | 19.85 | 0.53 | 0.5 |
| Hex | C1 | 68 | 3C | 0 | 2E | 45 | 18 | 14 | 35 | 32 |
| Octal | 301 | 150 | 74 | 0 | 56 | 105 | 30 | 24 | 65 | 62 |
| Binary | 11000001 | 1101000 | 111100 | 0 | 101110 | 1000101 | 11000 | 10100 | 110101 | 110010 |
Color Harmonies of #C1683C
Complementary color
Monochromatic Colors of #C1683C
Black with #C1683C
Text Example
Text Example
White with #C1683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1683C; }
p { color: rgb(193,104,60); }
H1.HeaderClassName
{
color: #C1683C;
}
.AnyTagClassName
{
color: #C1683C;
}
</style>
background-color css
<style>
a { background-color: #C1683C; }
a { background-color: rgb(193,104,60); }
div.DivClassName
{
background-color: #C1683C;
}
.BgClassName
{
background-color: #C1683C;
}
</style>
border-color css
<style>
span { border-color: #C1683C; }
span { border-color: rgb(193,104,60); }
td.TdClassName
{
border-color: #C1683C;
}
.TagClassName
{
border-color: #C1683C;
}
</style>