Shades of Ecstasy #CF6741
Tints of Ecstasy #CF6741
RGB
CMYK
RGB Variations
Color information
#CF6741 (or 0xCF6741) is known color: Ecstasy. HEX triplet: CF, 67 and 41. RGB value is (207,103,65). Sum of RGB (Red+Green+Blue) = 207+103+65=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6741 is #3098BE. Grayscale: #828282. Windows color (decimal): -3184831 or 4286415. OLE color: 4286415.
HSL color Cylindrical-coordinate representation of color #CF6741: hue angle of 16.06º 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 #CF6741 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 65 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.19 |
| HSL | 16.06º | 0.6% | 0.53% | - |
| HSV(B) | 16.06º | 0.69% | 0.81% | - |
| XYZ | 31.54 | 23.35 | 7.85 | - |
| YUV | 129.76 | 91.46 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 65 | 0 | 0.50 | 0.69 | 0.19 | 16.06 | 0.6 | 0.53 |
| Hex | CF | 67 | 41 | 0 | 32 | 45 | 13 | 10 | 3C | 35 |
| Octal | 317 | 147 | 101 | 0 | 62 | 105 | 23 | 20 | 74 | 65 |
| Binary | 11001111 | 1100111 | 1000001 | 0 | 110010 | 1000101 | 10011 | 10000 | 111100 | 110101 |
Color Harmonies of #CF6741
Complementary color
Monochromatic Colors of #CF6741
Black with #CF6741
Text Example
Text Example
White with #CF6741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6741; }
p { color: rgb(207,103,65); }
H1.HeaderClassName
{
color: #CF6741;
}
.AnyTagClassName
{
color: #CF6741;
}
</style>
background-color css
<style>
a { background-color: #CF6741; }
a { background-color: rgb(207,103,65); }
div.DivClassName
{
background-color: #CF6741;
}
.BgClassName
{
background-color: #CF6741;
}
</style>
border-color css
<style>
span { border-color: #CF6741; }
span { border-color: rgb(207,103,65); }
td.TdClassName
{
border-color: #CF6741;
}
.TagClassName
{
border-color: #CF6741;
}
</style>