Shades of Ecstasy #C1653D
Tints of Ecstasy #C1653D
RGB
CMYK
RGB Variations
Color information
#C1653D (or 0xC1653D) is known color: Ecstasy. HEX triplet: C1, 65 and 3D. RGB value is (193,101,61). Sum of RGB (Red+Green+Blue) = 193+101+61=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1653D is #3E9AC2. Grayscale: #7C7C7C. Windows color (decimal): -4102851 or 4023745. OLE color: 4023745.
HSL color Cylindrical-coordinate representation of color #C1653D: hue angle of 18.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1653D is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 61 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.24 |
| HSL | 18.18º | 0.52% | 0.5% | - |
| HSV(B) | 18.18º | 0.68% | 0.76% | - |
| XYZ | 27.49 | 20.98 | 7.02 | - |
| YUV | 123.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 61 | 0 | 0.48 | 0.68 | 0.24 | 18.18 | 0.52 | 0.5 |
| Hex | C1 | 65 | 3D | 0 | 30 | 44 | 18 | 12 | 34 | 32 |
| Octal | 301 | 145 | 75 | 0 | 60 | 104 | 30 | 22 | 64 | 62 |
| Binary | 11000001 | 1100101 | 111101 | 0 | 110000 | 1000100 | 11000 | 10010 | 110100 | 110010 |
Color Harmonies of #C1653D
Complementary color
Monochromatic Colors of #C1653D
Black with #C1653D
Text Example
Text Example
White with #C1653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1653D; }
p { color: rgb(193,101,61); }
H1.HeaderClassName
{
color: #C1653D;
}
.AnyTagClassName
{
color: #C1653D;
}
</style>
background-color css
<style>
a { background-color: #C1653D; }
a { background-color: rgb(193,101,61); }
div.DivClassName
{
background-color: #C1653D;
}
.BgClassName
{
background-color: #C1653D;
}
</style>
border-color css
<style>
span { border-color: #C1653D; }
span { border-color: rgb(193,101,61); }
td.TdClassName
{
border-color: #C1653D;
}
.TagClassName
{
border-color: #C1653D;
}
</style>