Shades of Ecstasy #C3663D
Tints of Ecstasy #C3663D
RGB
CMYK
RGB Variations
Color information
#C3663D (or 0xC3663D) is known color: Ecstasy. HEX triplet: C3, 66 and 3D. RGB value is (195,102,61). Sum of RGB (Red+Green+Blue) = 195+102+61=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3663D is #3C99C2. Grayscale: #7D7D7D. Windows color (decimal): -3971523 or 4024003. OLE color: 4024003.
HSL color Cylindrical-coordinate representation of color #C3663D: hue angle of 18.36º 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 #C3663D is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 61 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.24 |
| HSL | 18.36º | 0.53% | 0.5% | - |
| HSV(B) | 18.36º | 0.69% | 0.76% | - |
| XYZ | 28.1 | 21.44 | 7.07 | - |
| YUV | 125.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 61 | 0 | 0.48 | 0.69 | 0.24 | 18.36 | 0.53 | 0.5 |
| Hex | C3 | 66 | 3D | 0 | 30 | 45 | 18 | 12 | 35 | 32 |
| Octal | 303 | 146 | 75 | 0 | 60 | 105 | 30 | 22 | 65 | 62 |
| Binary | 11000011 | 1100110 | 111101 | 0 | 110000 | 1000101 | 11000 | 10010 | 110101 | 110010 |
Color Harmonies of #C3663D
Complementary color
Monochromatic Colors of #C3663D
Black with #C3663D
Text Example
Text Example
White with #C3663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3663D; }
p { color: rgb(195,102,61); }
H1.HeaderClassName
{
color: #C3663D;
}
.AnyTagClassName
{
color: #C3663D;
}
</style>
background-color css
<style>
a { background-color: #C3663D; }
a { background-color: rgb(195,102,61); }
div.DivClassName
{
background-color: #C3663D;
}
.BgClassName
{
background-color: #C3663D;
}
</style>
border-color css
<style>
span { border-color: #C3663D; }
span { border-color: rgb(195,102,61); }
td.TdClassName
{
border-color: #C3663D;
}
.TagClassName
{
border-color: #C3663D;
}
</style>