Shades of Ecstasy #C8603F
Tints of Ecstasy #C8603F
RGB
CMYK
RGB Variations
Color information
#C8603F (or 0xC8603F) is known color: Ecstasy. HEX triplet: C8, 60 and 3F. RGB value is (200,96,63). Sum of RGB (Red+Green+Blue) = 200+96+63=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8603F is #379FC0. Grayscale: #7B7B7B. Windows color (decimal): -3645377 or 4153544. OLE color: 4153544.
HSL color Cylindrical-coordinate representation of color #C8603F: hue angle of 14.45º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8603F is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 63 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.22 |
| HSL | 14.45º | 0.55% | 0.52% | - |
| HSV(B) | 14.45º | 0.69% | 0.78% | - |
| XYZ | 28.9 | 21 | 7.23 | - |
| YUV | 123.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 63 | 0 | 0.52 | 0.68 | 0.22 | 14.45 | 0.55 | 0.52 |
| Hex | C8 | 60 | 3F | 0 | 34 | 44 | 16 | E | 37 | 34 |
| Octal | 310 | 140 | 77 | 0 | 64 | 104 | 26 | 16 | 67 | 64 |
| Binary | 11001000 | 1100000 | 111111 | 0 | 110100 | 1000100 | 10110 | 1110 | 110111 | 110100 |
Color Harmonies of #C8603F
Complementary color
Monochromatic Colors of #C8603F
Black with #C8603F
Text Example
Text Example
White with #C8603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8603F; }
p { color: rgb(200,96,63); }
H1.HeaderClassName
{
color: #C8603F;
}
.AnyTagClassName
{
color: #C8603F;
}
</style>
background-color css
<style>
a { background-color: #C8603F; }
a { background-color: rgb(200,96,63); }
div.DivClassName
{
background-color: #C8603F;
}
.BgClassName
{
background-color: #C8603F;
}
</style>
border-color css
<style>
span { border-color: #C8603F; }
span { border-color: rgb(200,96,63); }
td.TdClassName
{
border-color: #C8603F;
}
.TagClassName
{
border-color: #C8603F;
}
</style>