Shades of Ecstasy #CF693F
Tints of Ecstasy #CF693F
RGB
CMYK
RGB Variations
Color information
#CF693F (or 0xCF693F) is known color: Ecstasy. HEX triplet: CF, 69 and 3F. RGB value is (207,105,63). Sum of RGB (Red+Green+Blue) = 207+105+63=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF693F is #3096C0. Grayscale: #828282. Windows color (decimal): -3184321 or 4155855. OLE color: 4155855.
HSL color Cylindrical-coordinate representation of color #CF693F: hue angle of 17.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF693F is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 63 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.19 |
| HSL | 17.5º | 0.6% | 0.53% | - |
| HSV(B) | 17.5º | 0.7% | 0.81% | - |
| XYZ | 31.68 | 23.73 | 7.61 | - |
| YUV | 130.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 63 | 0 | 0.49 | 0.70 | 0.19 | 17.5 | 0.6 | 0.53 |
| Hex | CF | 69 | 3F | 0 | 31 | 46 | 13 | 12 | 3C | 35 |
| Octal | 317 | 151 | 77 | 0 | 61 | 106 | 23 | 22 | 74 | 65 |
| Binary | 11001111 | 1101001 | 111111 | 0 | 110001 | 1000110 | 10011 | 10010 | 111100 | 110101 |
Color Harmonies of #CF693F
Complementary color
Monochromatic Colors of #CF693F
Black with #CF693F
Text Example
Text Example
White with #CF693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF693F; }
p { color: rgb(207,105,63); }
H1.HeaderClassName
{
color: #CF693F;
}
.AnyTagClassName
{
color: #CF693F;
}
</style>
background-color css
<style>
a { background-color: #CF693F; }
a { background-color: rgb(207,105,63); }
div.DivClassName
{
background-color: #CF693F;
}
.BgClassName
{
background-color: #CF693F;
}
</style>
border-color css
<style>
span { border-color: #CF693F; }
span { border-color: rgb(207,105,63); }
td.TdClassName
{
border-color: #CF693F;
}
.TagClassName
{
border-color: #CF693F;
}
</style>