Shades of Ecstasy #C6613A
Tints of Ecstasy #C6613A
RGB
CMYK
RGB Variations
Color information
#C6613A (or 0xC6613A) is known color: Ecstasy. HEX triplet: C6, 61 and 3A. RGB value is (198,97,58). Sum of RGB (Red+Green+Blue) = 198+97+58=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6613A is #399EC5. Grayscale: #7B7B7B. Windows color (decimal): -3776198 or 3826118. OLE color: 3826118.
HSL color Cylindrical-coordinate representation of color #C6613A: hue angle of 16.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6613A is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 58 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.22 |
| HSL | 16.71º | 0.55% | 0.5% | - |
| HSV(B) | 16.71º | 0.71% | 0.78% | - |
| XYZ | 28.33 | 20.86 | 6.54 | - |
| YUV | 122.75 | 91.46 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 58 | 0 | 0.51 | 0.71 | 0.22 | 16.71 | 0.55 | 0.5 |
| Hex | C6 | 61 | 3A | 0 | 33 | 47 | 16 | 11 | 37 | 32 |
| Octal | 306 | 141 | 72 | 0 | 63 | 107 | 26 | 21 | 67 | 62 |
| Binary | 11000110 | 1100001 | 111010 | 0 | 110011 | 1000111 | 10110 | 10001 | 110111 | 110010 |
Color Harmonies of #C6613A
Complementary color
Monochromatic Colors of #C6613A
Black with #C6613A
Text Example
Text Example
White with #C6613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6613A; }
p { color: rgb(198,97,58); }
H1.HeaderClassName
{
color: #C6613A;
}
.AnyTagClassName
{
color: #C6613A;
}
</style>
background-color css
<style>
a { background-color: #C6613A; }
a { background-color: rgb(198,97,58); }
div.DivClassName
{
background-color: #C6613A;
}
.BgClassName
{
background-color: #C6613A;
}
</style>
border-color css
<style>
span { border-color: #C6613A; }
span { border-color: rgb(198,97,58); }
td.TdClassName
{
border-color: #C6613A;
}
.TagClassName
{
border-color: #C6613A;
}
</style>