Shades of Ecstasy #C8613E
Tints of Ecstasy #C8613E
RGB
CMYK
RGB Variations
Color information
#C8613E (or 0xC8613E) is known color: Ecstasy. HEX triplet: C8, 61 and 3E. RGB value is (200,97,62). Sum of RGB (Red+Green+Blue) = 200+97+62=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8613E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8613E is #379EC1. Grayscale: #7C7C7C. Windows color (decimal): -3645122 or 4088264. OLE color: 4088264.
HSL color Cylindrical-coordinate representation of color #C8613E: hue angle of 15.22º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8613E is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 62 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.22 |
| HSL | 15.22º | 0.56% | 0.51% | - |
| HSV(B) | 15.22º | 0.69% | 0.78% | - |
| XYZ | 28.96 | 21.18 | 7.12 | - |
| YUV | 123.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 62 | 0 | 0.52 | 0.69 | 0.22 | 15.22 | 0.56 | 0.51 |
| Hex | C8 | 61 | 3E | 0 | 34 | 45 | 16 | F | 38 | 33 |
| Octal | 310 | 141 | 76 | 0 | 64 | 105 | 26 | 17 | 70 | 63 |
| Binary | 11001000 | 1100001 | 111110 | 0 | 110100 | 1000101 | 10110 | 1111 | 111000 | 110011 |
Color Harmonies of #C8613E
Complementary color
Monochromatic Colors of #C8613E
Black with #C8613E
Text Example
Text Example
White with #C8613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8613E; }
p { color: rgb(200,97,62); }
H1.HeaderClassName
{
color: #C8613E;
}
.AnyTagClassName
{
color: #C8613E;
}
</style>
background-color css
<style>
a { background-color: #C8613E; }
a { background-color: rgb(200,97,62); }
div.DivClassName
{
background-color: #C8613E;
}
.BgClassName
{
background-color: #C8613E;
}
</style>
border-color css
<style>
span { border-color: #C8613E; }
span { border-color: rgb(200,97,62); }
td.TdClassName
{
border-color: #C8613E;
}
.TagClassName
{
border-color: #C8613E;
}
</style>