Shades of Ecstasy #C65F2F
Tints of Ecstasy #C65F2F
RGB
CMYK
RGB Variations
Color information
#C65F2F (or 0xC65F2F) is known color: Ecstasy. HEX triplet: C6, 5F and 2F. RGB value is (198,95,47). Sum of RGB (Red+Green+Blue) = 198+95+47=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F2F is #39A0D0. Grayscale: #787878. Windows color (decimal): -3776721 or 3104710. OLE color: 3104710.
HSL color Cylindrical-coordinate representation of color #C65F2F: hue angle of 19.07º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C65F2F is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 47 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.22 |
| HSL | 19.07º | 0.62% | 0.48% | - |
| HSV(B) | 19.07º | 0.76% | 0.78% | - |
| XYZ | 27.89 | 20.4 | 5.16 | - |
| YUV | 120.33 | 86.62 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 47 | 0 | 0.52 | 0.76 | 0.22 | 19.07 | 0.62 | 0.48 |
| Hex | C6 | 5F | 2F | 0 | 34 | 4C | 16 | 13 | 3E | 30 |
| Octal | 306 | 137 | 57 | 0 | 64 | 114 | 26 | 23 | 76 | 60 |
| Binary | 11000110 | 1011111 | 101111 | 0 | 110100 | 1001100 | 10110 | 10011 | 111110 | 110000 |
Color Harmonies of #C65F2F
Complementary color
Monochromatic Colors of #C65F2F
Black with #C65F2F
Text Example
Text Example
White with #C65F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F2F; }
p { color: rgb(198,95,47); }
H1.HeaderClassName
{
color: #C65F2F;
}
.AnyTagClassName
{
color: #C65F2F;
}
</style>
background-color css
<style>
a { background-color: #C65F2F; }
a { background-color: rgb(198,95,47); }
div.DivClassName
{
background-color: #C65F2F;
}
.BgClassName
{
background-color: #C65F2F;
}
</style>
border-color css
<style>
span { border-color: #C65F2F; }
span { border-color: rgb(198,95,47); }
td.TdClassName
{
border-color: #C65F2F;
}
.TagClassName
{
border-color: #C65F2F;
}
</style>