Shades of Ecstasy #C1653B
Tints of Ecstasy #C1653B
RGB
CMYK
RGB Variations
Color information
#C1653B (or 0xC1653B) is known color: Ecstasy. HEX triplet: C1, 65 and 3B. RGB value is (193,101,59). Sum of RGB (Red+Green+Blue) = 193+101+59=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1653B is #3E9AC4. Grayscale: #7B7B7B. Windows color (decimal): -4102853 or 3892673. OLE color: 3892673.
HSL color Cylindrical-coordinate representation of color #C1653B: hue angle of 18.81º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1653B is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 59 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.24 |
| HSL | 18.81º | 0.53% | 0.49% | - |
| HSV(B) | 18.81º | 0.69% | 0.76% | - |
| XYZ | 27.44 | 20.96 | 6.74 | - |
| YUV | 123.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 59 | 0 | 0.48 | 0.69 | 0.24 | 18.81 | 0.53 | 0.49 |
| Hex | C1 | 65 | 3B | 0 | 30 | 45 | 18 | 13 | 35 | 31 |
| Octal | 301 | 145 | 73 | 0 | 60 | 105 | 30 | 23 | 65 | 61 |
| Binary | 11000001 | 1100101 | 111011 | 0 | 110000 | 1000101 | 11000 | 10011 | 110101 | 110001 |
Color Harmonies of #C1653B
Complementary color
Monochromatic Colors of #C1653B
Black with #C1653B
Text Example
Text Example
White with #C1653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1653B; }
p { color: rgb(193,101,59); }
H1.HeaderClassName
{
color: #C1653B;
}
.AnyTagClassName
{
color: #C1653B;
}
</style>
background-color css
<style>
a { background-color: #C1653B; }
a { background-color: rgb(193,101,59); }
div.DivClassName
{
background-color: #C1653B;
}
.BgClassName
{
background-color: #C1653B;
}
</style>
border-color css
<style>
span { border-color: #C1653B; }
span { border-color: rgb(193,101,59); }
td.TdClassName
{
border-color: #C1653B;
}
.TagClassName
{
border-color: #C1653B;
}
</style>