Shades of Ecstasy #C7603B
Tints of Ecstasy #C7603B
RGB
CMYK
RGB Variations
Color information
#C7603B (or 0xC7603B) is known color: Ecstasy. HEX triplet: C7, 60 and 3B. RGB value is (199,96,59). Sum of RGB (Red+Green+Blue) = 199+96+59=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C7603B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7603B is #389FC4. Grayscale: #7A7A7A. Windows color (decimal): -3710917 or 3891399. OLE color: 3891399.
HSL color Cylindrical-coordinate representation of color #C7603B: hue angle of 15.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7603B is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 59 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.22 |
| HSL | 15.86º | 0.56% | 0.51% | - |
| HSV(B) | 15.86º | 0.7% | 0.78% | - |
| XYZ | 28.53 | 20.82 | 6.65 | - |
| YUV | 122.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 59 | 0 | 0.52 | 0.70 | 0.22 | 15.86 | 0.56 | 0.51 |
| Hex | C7 | 60 | 3B | 0 | 34 | 46 | 16 | 10 | 38 | 33 |
| Octal | 307 | 140 | 73 | 0 | 64 | 106 | 26 | 20 | 70 | 63 |
| Binary | 11000111 | 1100000 | 111011 | 0 | 110100 | 1000110 | 10110 | 10000 | 111000 | 110011 |
Color Harmonies of #C7603B
Complementary color
Monochromatic Colors of #C7603B
Black with #C7603B
Text Example
Text Example
White with #C7603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7603B; }
p { color: rgb(199,96,59); }
H1.HeaderClassName
{
color: #C7603B;
}
.AnyTagClassName
{
color: #C7603B;
}
</style>
background-color css
<style>
a { background-color: #C7603B; }
a { background-color: rgb(199,96,59); }
div.DivClassName
{
background-color: #C7603B;
}
.BgClassName
{
background-color: #C7603B;
}
</style>
border-color css
<style>
span { border-color: #C7603B; }
span { border-color: rgb(199,96,59); }
td.TdClassName
{
border-color: #C7603B;
}
.TagClassName
{
border-color: #C7603B;
}
</style>