Shades of Ecstasy #C7643A
Tints of Ecstasy #C7643A
RGB
CMYK
RGB Variations
Color information
#C7643A (or 0xC7643A) is known color: Ecstasy. HEX triplet: C7, 64 and 3A. RGB value is (199,100,58). Sum of RGB (Red+Green+Blue) = 199+100+58=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7643A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7643A is #389BC5. Grayscale: #7D7D7D. Windows color (decimal): -3709894 or 3826887. OLE color: 3826887.
HSL color Cylindrical-coordinate representation of color #C7643A: hue angle of 17.87º degrees, saturation: 0.56, 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 #C7643A is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 58 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.22 |
| HSL | 17.87º | 0.56% | 0.5% | - |
| HSV(B) | 17.87º | 0.71% | 0.78% | - |
| XYZ | 28.87 | 21.56 | 6.64 | - |
| YUV | 124.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 58 | 0 | 0.50 | 0.71 | 0.22 | 17.87 | 0.56 | 0.5 |
| Hex | C7 | 64 | 3A | 0 | 32 | 47 | 16 | 12 | 38 | 32 |
| Octal | 307 | 144 | 72 | 0 | 62 | 107 | 26 | 22 | 70 | 62 |
| Binary | 11000111 | 1100100 | 111010 | 0 | 110010 | 1000111 | 10110 | 10010 | 111000 | 110010 |
Color Harmonies of #C7643A
Complementary color
Monochromatic Colors of #C7643A
Black with #C7643A
Text Example
Text Example
White with #C7643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7643A; }
p { color: rgb(199,100,58); }
H1.HeaderClassName
{
color: #C7643A;
}
.AnyTagClassName
{
color: #C7643A;
}
</style>
background-color css
<style>
a { background-color: #C7643A; }
a { background-color: rgb(199,100,58); }
div.DivClassName
{
background-color: #C7643A;
}
.BgClassName
{
background-color: #C7643A;
}
</style>
border-color css
<style>
span { border-color: #C7643A; }
span { border-color: rgb(199,100,58); }
td.TdClassName
{
border-color: #C7643A;
}
.TagClassName
{
border-color: #C7643A;
}
</style>