Shades of Ecstasy #C8603B
Tints of Ecstasy #C8603B
RGB
CMYK
RGB Variations
Color information
#C8603B (or 0xC8603B) is known color: Ecstasy. HEX triplet: C8, 60 and 3B. RGB value is (200,96,59). Sum of RGB (Red+Green+Blue) = 200+96+59=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C8603B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8603B is #379FC4. Grayscale: #7B7B7B. Windows color (decimal): -3645381 or 3891400. OLE color: 3891400.
HSL color Cylindrical-coordinate representation of color #C8603B: hue angle of 15.74º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8603B is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 59 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.22 |
| HSL | 15.74º | 0.56% | 0.51% | - |
| HSV(B) | 15.74º | 0.71% | 0.78% | - |
| XYZ | 28.79 | 20.96 | 6.67 | - |
| YUV | 122.88 | 91.96 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 59 | 0 | 0.52 | 0.70 | 0.22 | 15.74 | 0.56 | 0.51 |
| Hex | C8 | 60 | 3B | 0 | 34 | 46 | 16 | 10 | 38 | 33 |
| Octal | 310 | 140 | 73 | 0 | 64 | 106 | 26 | 20 | 70 | 63 |
| Binary | 11001000 | 1100000 | 111011 | 0 | 110100 | 1000110 | 10110 | 10000 | 111000 | 110011 |
Color Harmonies of #C8603B
Complementary color
Monochromatic Colors of #C8603B
Black with #C8603B
Text Example
Text Example
White with #C8603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8603B; }
p { color: rgb(200,96,59); }
H1.HeaderClassName
{
color: #C8603B;
}
.AnyTagClassName
{
color: #C8603B;
}
</style>
background-color css
<style>
a { background-color: #C8603B; }
a { background-color: rgb(200,96,59); }
div.DivClassName
{
background-color: #C8603B;
}
.BgClassName
{
background-color: #C8603B;
}
</style>
border-color css
<style>
span { border-color: #C8603B; }
span { border-color: rgb(200,96,59); }
td.TdClassName
{
border-color: #C8603B;
}
.TagClassName
{
border-color: #C8603B;
}
</style>