Shades of Ecstasy #C7663A
Tints of Ecstasy #C7663A
RGB
CMYK
RGB Variations
Color information
#C7663A (or 0xC7663A) is known color: Ecstasy. HEX triplet: C7, 66 and 3A. RGB value is (199,102,58). Sum of RGB (Red+Green+Blue) = 199+102+58=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7663A is #3899C5. Grayscale: #7E7E7E. Windows color (decimal): -3709382 or 3827399. OLE color: 3827399.
HSL color Cylindrical-coordinate representation of color #C7663A: hue angle of 18.72º 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 #C7663A is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 58 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.22 |
| HSL | 18.72º | 0.56% | 0.5% | - |
| HSV(B) | 18.72º | 0.71% | 0.78% | - |
| XYZ | 29.07 | 21.95 | 6.71 | - |
| YUV | 125.99 | 89.64 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 58 | 0 | 0.49 | 0.71 | 0.22 | 18.72 | 0.56 | 0.5 |
| Hex | C7 | 66 | 3A | 0 | 31 | 47 | 16 | 13 | 38 | 32 |
| Octal | 307 | 146 | 72 | 0 | 61 | 107 | 26 | 23 | 70 | 62 |
| Binary | 11000111 | 1100110 | 111010 | 0 | 110001 | 1000111 | 10110 | 10011 | 111000 | 110010 |
Color Harmonies of #C7663A
Complementary color
Monochromatic Colors of #C7663A
Black with #C7663A
Text Example
Text Example
White with #C7663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7663A; }
p { color: rgb(199,102,58); }
H1.HeaderClassName
{
color: #C7663A;
}
.AnyTagClassName
{
color: #C7663A;
}
</style>
background-color css
<style>
a { background-color: #C7663A; }
a { background-color: rgb(199,102,58); }
div.DivClassName
{
background-color: #C7663A;
}
.BgClassName
{
background-color: #C7663A;
}
</style>
border-color css
<style>
span { border-color: #C7663A; }
span { border-color: rgb(199,102,58); }
td.TdClassName
{
border-color: #C7663A;
}
.TagClassName
{
border-color: #C7663A;
}
</style>