Shades of Ecstasy #CF603D
Tints of Ecstasy #CF603D
RGB
CMYK
RGB Variations
Color information
#CF603D (or 0xCF603D) is known color: Ecstasy. HEX triplet: CF, 60 and 3D. RGB value is (207,96,61). Sum of RGB (Red+Green+Blue) = 207+96+61=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF603D is #309FC2. Grayscale: #7D7D7D. Windows color (decimal): -3186627 or 4022479. OLE color: 4022479.
HSL color Cylindrical-coordinate representation of color #CF603D: hue angle of 14.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF603D is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 61 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.19 |
| HSL | 14.38º | 0.6% | 0.53% | - |
| HSV(B) | 14.38º | 0.71% | 0.81% | - |
| XYZ | 30.76 | 21.97 | 7.03 | - |
| YUV | 125.2 | 91.77 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 61 | 0 | 0.54 | 0.71 | 0.19 | 14.38 | 0.6 | 0.53 |
| Hex | CF | 60 | 3D | 0 | 36 | 47 | 13 | E | 3C | 35 |
| Octal | 317 | 140 | 75 | 0 | 66 | 107 | 23 | 16 | 74 | 65 |
| Binary | 11001111 | 1100000 | 111101 | 0 | 110110 | 1000111 | 10011 | 1110 | 111100 | 110101 |
Color Harmonies of #CF603D
Complementary color
Monochromatic Colors of #CF603D
Black with #CF603D
Text Example
Text Example
White with #CF603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF603D; }
p { color: rgb(207,96,61); }
H1.HeaderClassName
{
color: #CF603D;
}
.AnyTagClassName
{
color: #CF603D;
}
</style>
background-color css
<style>
a { background-color: #CF603D; }
a { background-color: rgb(207,96,61); }
div.DivClassName
{
background-color: #CF603D;
}
.BgClassName
{
background-color: #CF603D;
}
</style>
border-color css
<style>
span { border-color: #CF603D; }
span { border-color: rgb(207,96,61); }
td.TdClassName
{
border-color: #CF603D;
}
.TagClassName
{
border-color: #CF603D;
}
</style>