Shades of Ecstasy #C8602F
Tints of Ecstasy #C8602F
RGB
CMYK
RGB Variations
Color information
#C8602F (or 0xC8602F) is known color: Ecstasy. HEX triplet: C8, 60 and 2F. RGB value is (200,96,47). Sum of RGB (Red+Green+Blue) = 200+96+47=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8602F is #379FD0. Grayscale: #797979. Windows color (decimal): -3645393 or 3104968. OLE color: 3104968.
HSL color Cylindrical-coordinate representation of color #C8602F: hue angle of 19.22º 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 #C8602F is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 47 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.22 |
| HSL | 19.22º | 0.62% | 0.48% | - |
| HSV(B) | 19.22º | 0.77% | 0.78% | - |
| XYZ | 28.52 | 20.85 | 5.21 | - |
| YUV | 121.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 47 | 0 | 0.52 | 0.76 | 0.22 | 19.22 | 0.62 | 0.48 |
| Hex | C8 | 60 | 2F | 0 | 34 | 4C | 16 | 13 | 3E | 30 |
| Octal | 310 | 140 | 57 | 0 | 64 | 114 | 26 | 23 | 76 | 60 |
| Binary | 11001000 | 1100000 | 101111 | 0 | 110100 | 1001100 | 10110 | 10011 | 111110 | 110000 |
Color Harmonies of #C8602F
Complementary color
Monochromatic Colors of #C8602F
Black with #C8602F
Text Example
Text Example
White with #C8602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8602F; }
p { color: rgb(200,96,47); }
H1.HeaderClassName
{
color: #C8602F;
}
.AnyTagClassName
{
color: #C8602F;
}
</style>
background-color css
<style>
a { background-color: #C8602F; }
a { background-color: rgb(200,96,47); }
div.DivClassName
{
background-color: #C8602F;
}
.BgClassName
{
background-color: #C8602F;
}
</style>
border-color css
<style>
span { border-color: #C8602F; }
span { border-color: rgb(200,96,47); }
td.TdClassName
{
border-color: #C8602F;
}
.TagClassName
{
border-color: #C8602F;
}
</style>