Shades of Ecstasy #CF683B
Tints of Ecstasy #CF683B
RGB
CMYK
RGB Variations
Color information
#CF683B (or 0xCF683B) is known color: Ecstasy. HEX triplet: CF, 68 and 3B. RGB value is (207,104,59). Sum of RGB (Red+Green+Blue) = 207+104+59=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF683B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF683B is #3097C4. Grayscale: #818181. Windows color (decimal): -3184581 or 3893455. OLE color: 3893455.
HSL color Cylindrical-coordinate representation of color #CF683B: hue angle of 18.24º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF683B is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 59 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.19 |
| HSL | 18.24º | 0.61% | 0.52% | - |
| HSV(B) | 18.24º | 0.71% | 0.81% | - |
| XYZ | 31.47 | 23.48 | 7.01 | - |
| YUV | 129.67 | 88.12 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 59 | 0 | 0.50 | 0.71 | 0.19 | 18.24 | 0.61 | 0.52 |
| Hex | CF | 68 | 3B | 0 | 32 | 47 | 13 | 12 | 3D | 34 |
| Octal | 317 | 150 | 73 | 0 | 62 | 107 | 23 | 22 | 75 | 64 |
| Binary | 11001111 | 1101000 | 111011 | 0 | 110010 | 1000111 | 10011 | 10010 | 111101 | 110100 |
Color Harmonies of #CF683B
Complementary color
Monochromatic Colors of #CF683B
Black with #CF683B
Text Example
Text Example
White with #CF683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF683B; }
p { color: rgb(207,104,59); }
H1.HeaderClassName
{
color: #CF683B;
}
.AnyTagClassName
{
color: #CF683B;
}
</style>
background-color css
<style>
a { background-color: #CF683B; }
a { background-color: rgb(207,104,59); }
div.DivClassName
{
background-color: #CF683B;
}
.BgClassName
{
background-color: #CF683B;
}
</style>
border-color css
<style>
span { border-color: #CF683B; }
span { border-color: rgb(207,104,59); }
td.TdClassName
{
border-color: #CF683B;
}
.TagClassName
{
border-color: #CF683B;
}
</style>