Shades of Ecstasy #CF683D
Tints of Ecstasy #CF683D
RGB
CMYK
RGB Variations
Color information
#CF683D (or 0xCF683D) is known color: Ecstasy. HEX triplet: CF, 68 and 3D. RGB value is (207,104,61). Sum of RGB (Red+Green+Blue) = 207+104+61=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF683D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF683D is #3097C2. Grayscale: #828282. Windows color (decimal): -3184579 or 4024527. OLE color: 4024527.
HSL color Cylindrical-coordinate representation of color #CF683D: hue angle of 17.67º 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 #CF683D is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 61 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.19 |
| HSL | 17.67º | 0.6% | 0.53% | - |
| HSV(B) | 17.67º | 0.71% | 0.81% | - |
| XYZ | 31.52 | 23.5 | 7.29 | - |
| YUV | 129.9 | 89.12 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 61 | 0 | 0.50 | 0.71 | 0.19 | 17.67 | 0.6 | 0.53 |
| Hex | CF | 68 | 3D | 0 | 32 | 47 | 13 | 12 | 3C | 35 |
| Octal | 317 | 150 | 75 | 0 | 62 | 107 | 23 | 22 | 74 | 65 |
| Binary | 11001111 | 1101000 | 111101 | 0 | 110010 | 1000111 | 10011 | 10010 | 111100 | 110101 |
Color Harmonies of #CF683D
Complementary color
Monochromatic Colors of #CF683D
Black with #CF683D
Text Example
Text Example
White with #CF683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF683D; }
p { color: rgb(207,104,61); }
H1.HeaderClassName
{
color: #CF683D;
}
.AnyTagClassName
{
color: #CF683D;
}
</style>
background-color css
<style>
a { background-color: #CF683D; }
a { background-color: rgb(207,104,61); }
div.DivClassName
{
background-color: #CF683D;
}
.BgClassName
{
background-color: #CF683D;
}
</style>
border-color css
<style>
span { border-color: #CF683D; }
span { border-color: rgb(207,104,61); }
td.TdClassName
{
border-color: #CF683D;
}
.TagClassName
{
border-color: #CF683D;
}
</style>