Shades of Ecstasy #C1633C
Tints of Ecstasy #C1633C
RGB
CMYK
RGB Variations
Color information
#C1633C (or 0xC1633C) is known color: Ecstasy. HEX triplet: C1, 63 and 3C. RGB value is (193,99,60). Sum of RGB (Red+Green+Blue) = 193+99+60=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1633C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1633C is #3E9CC3. Grayscale: #7A7A7A. Windows color (decimal): -4103364 or 3957697. OLE color: 3957697.
HSL color Cylindrical-coordinate representation of color #C1633C: hue angle of 17.59º 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 #C1633C is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 60 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.24 |
| HSL | 17.59º | 0.53% | 0.5% | - |
| HSV(B) | 17.59º | 0.69% | 0.76% | - |
| XYZ | 27.27 | 20.59 | 6.81 | - |
| YUV | 122.66 | 92.64 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 60 | 0 | 0.49 | 0.69 | 0.24 | 17.59 | 0.53 | 0.5 |
| Hex | C1 | 63 | 3C | 0 | 31 | 45 | 18 | 12 | 35 | 32 |
| Octal | 301 | 143 | 74 | 0 | 61 | 105 | 30 | 22 | 65 | 62 |
| Binary | 11000001 | 1100011 | 111100 | 0 | 110001 | 1000101 | 11000 | 10010 | 110101 | 110010 |
Color Harmonies of #C1633C
Complementary color
Monochromatic Colors of #C1633C
Black with #C1633C
Text Example
Text Example
White with #C1633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1633C; }
p { color: rgb(193,99,60); }
H1.HeaderClassName
{
color: #C1633C;
}
.AnyTagClassName
{
color: #C1633C;
}
</style>
background-color css
<style>
a { background-color: #C1633C; }
a { background-color: rgb(193,99,60); }
div.DivClassName
{
background-color: #C1633C;
}
.BgClassName
{
background-color: #C1633C;
}
</style>
border-color css
<style>
span { border-color: #C1633C; }
span { border-color: rgb(193,99,60); }
td.TdClassName
{
border-color: #C1633C;
}
.TagClassName
{
border-color: #C1633C;
}
</style>