Shades of Ecstasy #C3603D
Tints of Ecstasy #C3603D
RGB
CMYK
RGB Variations
Color information
#C3603D (or 0xC3603D) is known color: Ecstasy. HEX triplet: C3, 60 and 3D. RGB value is (195,96,61). Sum of RGB (Red+Green+Blue) = 195+96+61=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3603D is #3C9FC2. Grayscale: #797979. Windows color (decimal): -3973059 or 4022467. OLE color: 4022467.
HSL color Cylindrical-coordinate representation of color #C3603D: hue angle of 15.67º 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 #C3603D is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 61 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.24 |
| HSL | 15.67º | 0.53% | 0.5% | - |
| HSV(B) | 15.67º | 0.69% | 0.76% | - |
| XYZ | 27.53 | 20.3 | 6.88 | - |
| YUV | 121.61 | 93.8 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 61 | 0 | 0.51 | 0.69 | 0.24 | 15.67 | 0.53 | 0.5 |
| Hex | C3 | 60 | 3D | 0 | 33 | 45 | 18 | 10 | 35 | 32 |
| Octal | 303 | 140 | 75 | 0 | 63 | 105 | 30 | 20 | 65 | 62 |
| Binary | 11000011 | 1100000 | 111101 | 0 | 110011 | 1000101 | 11000 | 10000 | 110101 | 110010 |
Color Harmonies of #C3603D
Complementary color
Monochromatic Colors of #C3603D
Black with #C3603D
Text Example
Text Example
White with #C3603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3603D; }
p { color: rgb(195,96,61); }
H1.HeaderClassName
{
color: #C3603D;
}
.AnyTagClassName
{
color: #C3603D;
}
</style>
background-color css
<style>
a { background-color: #C3603D; }
a { background-color: rgb(195,96,61); }
div.DivClassName
{
background-color: #C3603D;
}
.BgClassName
{
background-color: #C3603D;
}
</style>
border-color css
<style>
span { border-color: #C3603D; }
span { border-color: rgb(195,96,61); }
td.TdClassName
{
border-color: #C3603D;
}
.TagClassName
{
border-color: #C3603D;
}
</style>