Shades of Ecstasy #C65B3C
Tints of Ecstasy #C65B3C
RGB
CMYK
RGB Variations
Color information
#C65B3C (or 0xC65B3C) is known color: Ecstasy. HEX triplet: C6, 5B and 3C. RGB value is (198,91,60). Sum of RGB (Red+Green+Blue) = 198+91+60=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65B3C is #39A4C3. Grayscale: #777777. Windows color (decimal): -3777732 or 3955654. OLE color: 3955654.
HSL color Cylindrical-coordinate representation of color #C65B3C: hue angle of 13.48º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C65B3C is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 60 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.22 |
| HSL | 13.48º | 0.55% | 0.51% | - |
| HSV(B) | 13.48º | 0.7% | 0.78% | - |
| XYZ | 27.85 | 19.81 | 6.63 | - |
| YUV | 119.46 | 94.45 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 60 | 0 | 0.54 | 0.70 | 0.22 | 13.48 | 0.55 | 0.51 |
| Hex | C6 | 5B | 3C | 0 | 36 | 46 | 16 | D | 37 | 33 |
| Octal | 306 | 133 | 74 | 0 | 66 | 106 | 26 | 15 | 67 | 63 |
| Binary | 11000110 | 1011011 | 111100 | 0 | 110110 | 1000110 | 10110 | 1101 | 110111 | 110011 |
Color Harmonies of #C65B3C
Complementary color
Monochromatic Colors of #C65B3C
Black with #C65B3C
Text Example
Text Example
White with #C65B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B3C; }
p { color: rgb(198,91,60); }
H1.HeaderClassName
{
color: #C65B3C;
}
.AnyTagClassName
{
color: #C65B3C;
}
</style>
background-color css
<style>
a { background-color: #C65B3C; }
a { background-color: rgb(198,91,60); }
div.DivClassName
{
background-color: #C65B3C;
}
.BgClassName
{
background-color: #C65B3C;
}
</style>
border-color css
<style>
span { border-color: #C65B3C; }
span { border-color: rgb(198,91,60); }
td.TdClassName
{
border-color: #C65B3C;
}
.TagClassName
{
border-color: #C65B3C;
}
</style>