Shades of Ecstasy #C7603D
Tints of Ecstasy #C7603D
RGB
CMYK
RGB Variations
Color information
#C7603D (or 0xC7603D) is known color: Ecstasy. HEX triplet: C7, 60 and 3D. RGB value is (199,96,61). Sum of RGB (Red+Green+Blue) = 199+96+61=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7603D is #389FC2. Grayscale: #7B7B7B. Windows color (decimal): -3710915 or 4022471. OLE color: 4022471.
HSL color Cylindrical-coordinate representation of color #C7603D: hue angle of 15.22º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7603D is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 61 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.22 |
| HSL | 15.22º | 0.55% | 0.51% | - |
| HSV(B) | 15.22º | 0.69% | 0.78% | - |
| XYZ | 28.58 | 20.84 | 6.93 | - |
| YUV | 122.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 61 | 0 | 0.52 | 0.69 | 0.22 | 15.22 | 0.55 | 0.51 |
| Hex | C7 | 60 | 3D | 0 | 34 | 45 | 16 | F | 37 | 33 |
| Octal | 307 | 140 | 75 | 0 | 64 | 105 | 26 | 17 | 67 | 63 |
| Binary | 11000111 | 1100000 | 111101 | 0 | 110100 | 1000101 | 10110 | 1111 | 110111 | 110011 |
Color Harmonies of #C7603D
Complementary color
Monochromatic Colors of #C7603D
Black with #C7603D
Text Example
Text Example
White with #C7603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7603D; }
p { color: rgb(199,96,61); }
H1.HeaderClassName
{
color: #C7603D;
}
.AnyTagClassName
{
color: #C7603D;
}
</style>
background-color css
<style>
a { background-color: #C7603D; }
a { background-color: rgb(199,96,61); }
div.DivClassName
{
background-color: #C7603D;
}
.BgClassName
{
background-color: #C7603D;
}
</style>
border-color css
<style>
span { border-color: #C7603D; }
span { border-color: rgb(199,96,61); }
td.TdClassName
{
border-color: #C7603D;
}
.TagClassName
{
border-color: #C7603D;
}
</style>