Shades of Ecstasy #CF6740
Tints of Ecstasy #CF6740
RGB
CMYK
RGB Variations
Color information
#CF6740 (or 0xCF6740) is known color: Ecstasy. HEX triplet: CF, 67 and 40. RGB value is (207,103,64). Sum of RGB (Red+Green+Blue) = 207+103+64=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6740 is #3098BF. Grayscale: #818181. Windows color (decimal): -3184832 or 4220879. OLE color: 4220879.
HSL color Cylindrical-coordinate representation of color #CF6740: hue angle of 16.36º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF6740 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 64 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.19 |
| HSL | 16.36º | 0.6% | 0.53% | - |
| HSV(B) | 16.36º | 0.69% | 0.81% | - |
| XYZ | 31.51 | 23.34 | 7.69 | - |
| YUV | 129.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 64 | 0 | 0.50 | 0.69 | 0.19 | 16.36 | 0.6 | 0.53 |
| Hex | CF | 67 | 40 | 0 | 32 | 45 | 13 | 10 | 3C | 35 |
| Octal | 317 | 147 | 100 | 0 | 62 | 105 | 23 | 20 | 74 | 65 |
| Binary | 11001111 | 1100111 | 1000000 | 0 | 110010 | 1000101 | 10011 | 10000 | 111100 | 110101 |
Color Harmonies of #CF6740
Complementary color
Monochromatic Colors of #CF6740
Black with #CF6740
Text Example
Text Example
White with #CF6740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6740; }
p { color: rgb(207,103,64); }
H1.HeaderClassName
{
color: #CF6740;
}
.AnyTagClassName
{
color: #CF6740;
}
</style>
background-color css
<style>
a { background-color: #CF6740; }
a { background-color: rgb(207,103,64); }
div.DivClassName
{
background-color: #CF6740;
}
.BgClassName
{
background-color: #CF6740;
}
</style>
border-color css
<style>
span { border-color: #CF6740; }
span { border-color: rgb(207,103,64); }
td.TdClassName
{
border-color: #CF6740;
}
.TagClassName
{
border-color: #CF6740;
}
</style>