Shades of Ecstasy #C6603B
Tints of Ecstasy #C6603B
RGB
CMYK
RGB Variations
Color information
#C6603B (or 0xC6603B) is known color: Ecstasy. HEX triplet: C6, 60 and 3B. RGB value is (198,96,59). Sum of RGB (Red+Green+Blue) = 198+96+59=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6603B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6603B is #399FC4. Grayscale: #7A7A7A. Windows color (decimal): -3776453 or 3891398. OLE color: 3891398.
HSL color Cylindrical-coordinate representation of color #C6603B: hue angle of 15.97º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6603B is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 59 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.22 |
| HSL | 15.97º | 0.55% | 0.5% | - |
| HSV(B) | 15.97º | 0.7% | 0.78% | - |
| XYZ | 28.26 | 20.69 | 6.64 | - |
| YUV | 122.28 | 92.29 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 59 | 0 | 0.52 | 0.70 | 0.22 | 15.97 | 0.55 | 0.5 |
| Hex | C6 | 60 | 3B | 0 | 34 | 46 | 16 | 10 | 37 | 32 |
| Octal | 306 | 140 | 73 | 0 | 64 | 106 | 26 | 20 | 67 | 62 |
| Binary | 11000110 | 1100000 | 111011 | 0 | 110100 | 1000110 | 10110 | 10000 | 110111 | 110010 |
Color Harmonies of #C6603B
Complementary color
Monochromatic Colors of #C6603B
Black with #C6603B
Text Example
Text Example
White with #C6603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6603B; }
p { color: rgb(198,96,59); }
H1.HeaderClassName
{
color: #C6603B;
}
.AnyTagClassName
{
color: #C6603B;
}
</style>
background-color css
<style>
a { background-color: #C6603B; }
a { background-color: rgb(198,96,59); }
div.DivClassName
{
background-color: #C6603B;
}
.BgClassName
{
background-color: #C6603B;
}
</style>
border-color css
<style>
span { border-color: #C6603B; }
span { border-color: rgb(198,96,59); }
td.TdClassName
{
border-color: #C6603B;
}
.TagClassName
{
border-color: #C6603B;
}
</style>