Shades of Ecstasy #C6643F
Tints of Ecstasy #C6643F
RGB
CMYK
RGB Variations
Color information
#C6643F (or 0xC6643F) is known color: Ecstasy. HEX triplet: C6, 64 and 3F. RGB value is (198,100,63). Sum of RGB (Red+Green+Blue) = 198+100+63=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6643F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6643F is #399BC0. Grayscale: #7D7D7D. Windows color (decimal): -3775425 or 4154566. OLE color: 4154566.
HSL color Cylindrical-coordinate representation of color #C6643F: hue angle of 16.44º 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 #C6643F is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 63 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.22 |
| HSL | 16.44º | 0.54% | 0.51% | - |
| HSV(B) | 16.44º | 0.68% | 0.78% | - |
| XYZ | 28.74 | 21.48 | 7.33 | - |
| YUV | 125.08 | 92.97 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 63 | 0 | 0.49 | 0.68 | 0.22 | 16.44 | 0.54 | 0.51 |
| Hex | C6 | 64 | 3F | 0 | 31 | 44 | 16 | 10 | 36 | 33 |
| Octal | 306 | 144 | 77 | 0 | 61 | 104 | 26 | 20 | 66 | 63 |
| Binary | 11000110 | 1100100 | 111111 | 0 | 110001 | 1000100 | 10110 | 10000 | 110110 | 110011 |
Color Harmonies of #C6643F
Complementary color
Monochromatic Colors of #C6643F
Black with #C6643F
Text Example
Text Example
White with #C6643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6643F; }
p { color: rgb(198,100,63); }
H1.HeaderClassName
{
color: #C6643F;
}
.AnyTagClassName
{
color: #C6643F;
}
</style>
background-color css
<style>
a { background-color: #C6643F; }
a { background-color: rgb(198,100,63); }
div.DivClassName
{
background-color: #C6643F;
}
.BgClassName
{
background-color: #C6643F;
}
</style>
border-color css
<style>
span { border-color: #C6643F; }
span { border-color: rgb(198,100,63); }
td.TdClassName
{
border-color: #C6643F;
}
.TagClassName
{
border-color: #C6643F;
}
</style>