Shades of Ecstasy #C1643C
Tints of Ecstasy #C1643C
RGB
CMYK
RGB Variations
Color information
#C1643C (or 0xC1643C) is known color: Ecstasy. HEX triplet: C1, 64 and 3C. RGB value is (193,100,60). Sum of RGB (Red+Green+Blue) = 193+100+60=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1643C is #3E9BC3. Grayscale: #7B7B7B. Windows color (decimal): -4103108 or 3957953. OLE color: 3957953.
HSL color Cylindrical-coordinate representation of color #C1643C: hue angle of 18.05º 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 #C1643C is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 60 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.24 |
| HSL | 18.05º | 0.53% | 0.5% | - |
| HSV(B) | 18.05º | 0.69% | 0.76% | - |
| XYZ | 27.37 | 20.78 | 6.84 | - |
| YUV | 123.25 | 92.31 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 60 | 0 | 0.48 | 0.69 | 0.24 | 18.05 | 0.53 | 0.5 |
| Hex | C1 | 64 | 3C | 0 | 30 | 45 | 18 | 12 | 35 | 32 |
| Octal | 301 | 144 | 74 | 0 | 60 | 105 | 30 | 22 | 65 | 62 |
| Binary | 11000001 | 1100100 | 111100 | 0 | 110000 | 1000101 | 11000 | 10010 | 110101 | 110010 |
Color Harmonies of #C1643C
Complementary color
Monochromatic Colors of #C1643C
Black with #C1643C
Text Example
Text Example
White with #C1643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1643C; }
p { color: rgb(193,100,60); }
H1.HeaderClassName
{
color: #C1643C;
}
.AnyTagClassName
{
color: #C1643C;
}
</style>
background-color css
<style>
a { background-color: #C1643C; }
a { background-color: rgb(193,100,60); }
div.DivClassName
{
background-color: #C1643C;
}
.BgClassName
{
background-color: #C1643C;
}
</style>
border-color css
<style>
span { border-color: #C1643C; }
span { border-color: rgb(193,100,60); }
td.TdClassName
{
border-color: #C1643C;
}
.TagClassName
{
border-color: #C1643C;
}
</style>