Shades of Ecstasy #C65B3A
Tints of Ecstasy #C65B3A
RGB
CMYK
RGB Variations
Color information
#C65B3A (or 0xC65B3A) is known color: Ecstasy. HEX triplet: C6, 5B and 3A. RGB value is (198,91,58). Sum of RGB (Red+Green+Blue) = 198+91+58=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65B3A is #39A4C5. Grayscale: #777777. Windows color (decimal): -3777734 or 3824582. OLE color: 3824582.
HSL color Cylindrical-coordinate representation of color #C65B3A: hue angle of 14.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C65B3A is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 58 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.22 |
| HSL | 14.14º | 0.55% | 0.5% | - |
| HSV(B) | 14.14º | 0.71% | 0.78% | - |
| XYZ | 27.79 | 19.79 | 6.36 | - |
| YUV | 119.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 58 | 0 | 0.54 | 0.71 | 0.22 | 14.14 | 0.55 | 0.5 |
| Hex | C6 | 5B | 3A | 0 | 36 | 47 | 16 | E | 37 | 32 |
| Octal | 306 | 133 | 72 | 0 | 66 | 107 | 26 | 16 | 67 | 62 |
| Binary | 11000110 | 1011011 | 111010 | 0 | 110110 | 1000111 | 10110 | 1110 | 110111 | 110010 |
Color Harmonies of #C65B3A
Complementary color
Monochromatic Colors of #C65B3A
Black with #C65B3A
Text Example
Text Example
White with #C65B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B3A; }
p { color: rgb(198,91,58); }
H1.HeaderClassName
{
color: #C65B3A;
}
.AnyTagClassName
{
color: #C65B3A;
}
</style>
background-color css
<style>
a { background-color: #C65B3A; }
a { background-color: rgb(198,91,58); }
div.DivClassName
{
background-color: #C65B3A;
}
.BgClassName
{
background-color: #C65B3A;
}
</style>
border-color css
<style>
span { border-color: #C65B3A; }
span { border-color: rgb(198,91,58); }
td.TdClassName
{
border-color: #C65B3A;
}
.TagClassName
{
border-color: #C65B3A;
}
</style>