Shades of Ecstasy #C8603C
Tints of Ecstasy #C8603C
RGB
CMYK
RGB Variations
Color information
#C8603C (or 0xC8603C) is known color: Ecstasy. HEX triplet: C8, 60 and 3C. RGB value is (200,96,60). Sum of RGB (Red+Green+Blue) = 200+96+60=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8603C is #379FC3. Grayscale: #7B7B7B. Windows color (decimal): -3645380 or 3956936. OLE color: 3956936.
HSL color Cylindrical-coordinate representation of color #C8603C: hue angle of 15.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8603C is Cyan = 0, Magento = 0.52, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 60 | - |
| CMYK | 0 | 0.52 | 0.7 | 0.22 |
| HSL | 15.43º | 0.56% | 0.51% | - |
| HSV(B) | 15.43º | 0.7% | 0.78% | - |
| XYZ | 28.82 | 20.97 | 6.8 | - |
| YUV | 122.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 60 | 0 | 0.52 | 0.7 | 0.22 | 15.43 | 0.56 | 0.51 |
| Hex | C8 | 60 | 3C | 0 | 34 | 46 | 16 | F | 38 | 33 |
| Octal | 310 | 140 | 74 | 0 | 64 | 106 | 26 | 17 | 70 | 63 |
| Binary | 11001000 | 1100000 | 111100 | 0 | 110100 | 1000110 | 10110 | 1111 | 111000 | 110011 |
Color Harmonies of #C8603C
Complementary color
Monochromatic Colors of #C8603C
Black with #C8603C
Text Example
Text Example
White with #C8603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8603C; }
p { color: rgb(200,96,60); }
H1.HeaderClassName
{
color: #C8603C;
}
.AnyTagClassName
{
color: #C8603C;
}
</style>
background-color css
<style>
a { background-color: #C8603C; }
a { background-color: rgb(200,96,60); }
div.DivClassName
{
background-color: #C8603C;
}
.BgClassName
{
background-color: #C8603C;
}
</style>
border-color css
<style>
span { border-color: #C8603C; }
span { border-color: rgb(200,96,60); }
td.TdClassName
{
border-color: #C8603C;
}
.TagClassName
{
border-color: #C8603C;
}
</style>