Shades of Ecstasy #CF693D
Tints of Ecstasy #CF693D
RGB
CMYK
RGB Variations
Color information
#CF693D (or 0xCF693D) is known color: Ecstasy. HEX triplet: CF, 69 and 3D. RGB value is (207,105,61). Sum of RGB (Red+Green+Blue) = 207+105+61=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF693D is #3096C2. Grayscale: #828282. Windows color (decimal): -3184323 or 4024783. OLE color: 4024783.
HSL color Cylindrical-coordinate representation of color #CF693D: hue angle of 18.08º 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 #CF693D is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 61 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.19 |
| HSL | 18.08º | 0.6% | 0.53% | - |
| HSV(B) | 18.08º | 0.71% | 0.81% | - |
| XYZ | 31.63 | 23.71 | 7.32 | - |
| YUV | 130.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 61 | 0 | 0.49 | 0.71 | 0.19 | 18.08 | 0.6 | 0.53 |
| Hex | CF | 69 | 3D | 0 | 31 | 47 | 13 | 12 | 3C | 35 |
| Octal | 317 | 151 | 75 | 0 | 61 | 107 | 23 | 22 | 74 | 65 |
| Binary | 11001111 | 1101001 | 111101 | 0 | 110001 | 1000111 | 10011 | 10010 | 111100 | 110101 |
Color Harmonies of #CF693D
Complementary color
Monochromatic Colors of #CF693D
Black with #CF693D
Text Example
Text Example
White with #CF693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF693D; }
p { color: rgb(207,105,61); }
H1.HeaderClassName
{
color: #CF693D;
}
.AnyTagClassName
{
color: #CF693D;
}
</style>
background-color css
<style>
a { background-color: #CF693D; }
a { background-color: rgb(207,105,61); }
div.DivClassName
{
background-color: #CF693D;
}
.BgClassName
{
background-color: #CF693D;
}
</style>
border-color css
<style>
span { border-color: #CF693D; }
span { border-color: rgb(207,105,61); }
td.TdClassName
{
border-color: #CF693D;
}
.TagClassName
{
border-color: #CF693D;
}
</style>