Shades of Ecstasy #C1643B
Tints of Ecstasy #C1643B
RGB
CMYK
RGB Variations
Color information
#C1643B (or 0xC1643B) is known color: Ecstasy. HEX triplet: C1, 64 and 3B. RGB value is (193,100,59). Sum of RGB (Red+Green+Blue) = 193+100+59=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1643B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1643B is #3E9BC4. Grayscale: #7B7B7B. Windows color (decimal): -4103109 or 3892417. OLE color: 3892417.
HSL color Cylindrical-coordinate representation of color #C1643B: hue angle of 18.36º 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 #C1643B is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 59 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.24 |
| HSL | 18.36º | 0.53% | 0.49% | - |
| HSV(B) | 18.36º | 0.69% | 0.76% | - |
| XYZ | 27.34 | 20.77 | 6.71 | - |
| YUV | 123.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 59 | 0 | 0.48 | 0.69 | 0.24 | 18.36 | 0.53 | 0.49 |
| Hex | C1 | 64 | 3B | 0 | 30 | 45 | 18 | 12 | 35 | 31 |
| Octal | 301 | 144 | 73 | 0 | 60 | 105 | 30 | 22 | 65 | 61 |
| Binary | 11000001 | 1100100 | 111011 | 0 | 110000 | 1000101 | 11000 | 10010 | 110101 | 110001 |
Color Harmonies of #C1643B
Complementary color
Monochromatic Colors of #C1643B
Black with #C1643B
Text Example
Text Example
White with #C1643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1643B; }
p { color: rgb(193,100,59); }
H1.HeaderClassName
{
color: #C1643B;
}
.AnyTagClassName
{
color: #C1643B;
}
</style>
background-color css
<style>
a { background-color: #C1643B; }
a { background-color: rgb(193,100,59); }
div.DivClassName
{
background-color: #C1643B;
}
.BgClassName
{
background-color: #C1643B;
}
</style>
border-color css
<style>
span { border-color: #C1643B; }
span { border-color: rgb(193,100,59); }
td.TdClassName
{
border-color: #C1643B;
}
.TagClassName
{
border-color: #C1643B;
}
</style>