Shades of Ecstasy #C6603F
Tints of Ecstasy #C6603F
RGB
CMYK
RGB Variations
Color information
#C6603F (or 0xC6603F) is known color: Ecstasy. HEX triplet: C6, 60 and 3F. RGB value is (198,96,63). Sum of RGB (Red+Green+Blue) = 198+96+63=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6603F is #399FC0. Grayscale: #7A7A7A. Windows color (decimal): -3776449 or 4153542. OLE color: 4153542.
HSL color Cylindrical-coordinate representation of color #C6603F: hue angle of 14.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6603F is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 63 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.22 |
| HSL | 14.67º | 0.54% | 0.51% | - |
| HSV(B) | 14.67º | 0.68% | 0.78% | - |
| XYZ | 28.37 | 20.73 | 7.21 | - |
| YUV | 122.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 63 | 0 | 0.52 | 0.68 | 0.22 | 14.67 | 0.54 | 0.51 |
| Hex | C6 | 60 | 3F | 0 | 34 | 44 | 16 | F | 36 | 33 |
| Octal | 306 | 140 | 77 | 0 | 64 | 104 | 26 | 17 | 66 | 63 |
| Binary | 11000110 | 1100000 | 111111 | 0 | 110100 | 1000100 | 10110 | 1111 | 110110 | 110011 |
Color Harmonies of #C6603F
Complementary color
Monochromatic Colors of #C6603F
Black with #C6603F
Text Example
Text Example
White with #C6603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6603F; }
p { color: rgb(198,96,63); }
H1.HeaderClassName
{
color: #C6603F;
}
.AnyTagClassName
{
color: #C6603F;
}
</style>
background-color css
<style>
a { background-color: #C6603F; }
a { background-color: rgb(198,96,63); }
div.DivClassName
{
background-color: #C6603F;
}
.BgClassName
{
background-color: #C6603F;
}
</style>
border-color css
<style>
span { border-color: #C6603F; }
span { border-color: rgb(198,96,63); }
td.TdClassName
{
border-color: #C6603F;
}
.TagClassName
{
border-color: #C6603F;
}
</style>