Shades of Ecstasy #C65F3B
Tints of Ecstasy #C65F3B
RGB
CMYK
RGB Variations
Color information
#C65F3B (or 0xC65F3B) is known color: Ecstasy. HEX triplet: C6, 5F and 3B. RGB value is (198,95,59). Sum of RGB (Red+Green+Blue) = 198+95+59=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F3B is #39A0C4. Grayscale: #797979. Windows color (decimal): -3776709 or 3891142. OLE color: 3891142.
HSL color Cylindrical-coordinate representation of color #C65F3B: hue angle of 15.54º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C65F3B is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 59 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.22 |
| HSL | 15.54º | 0.55% | 0.5% | - |
| HSV(B) | 15.54º | 0.7% | 0.78% | - |
| XYZ | 28.17 | 20.51 | 6.61 | - |
| YUV | 121.69 | 92.62 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 59 | 0 | 0.52 | 0.70 | 0.22 | 15.54 | 0.55 | 0.5 |
| Hex | C6 | 5F | 3B | 0 | 34 | 46 | 16 | 10 | 37 | 32 |
| Octal | 306 | 137 | 73 | 0 | 64 | 106 | 26 | 20 | 67 | 62 |
| Binary | 11000110 | 1011111 | 111011 | 0 | 110100 | 1000110 | 10110 | 10000 | 110111 | 110010 |
Color Harmonies of #C65F3B
Complementary color
Monochromatic Colors of #C65F3B
Black with #C65F3B
Text Example
Text Example
White with #C65F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F3B; }
p { color: rgb(198,95,59); }
H1.HeaderClassName
{
color: #C65F3B;
}
.AnyTagClassName
{
color: #C65F3B;
}
</style>
background-color css
<style>
a { background-color: #C65F3B; }
a { background-color: rgb(198,95,59); }
div.DivClassName
{
background-color: #C65F3B;
}
.BgClassName
{
background-color: #C65F3B;
}
</style>
border-color css
<style>
span { border-color: #C65F3B; }
span { border-color: rgb(198,95,59); }
td.TdClassName
{
border-color: #C65F3B;
}
.TagClassName
{
border-color: #C65F3B;
}
</style>