Shades of Ecstasy #CF6541
Tints of Ecstasy #CF6541
RGB
CMYK
RGB Variations
Color information
#CF6541 (or 0xCF6541) is known color: Ecstasy. HEX triplet: CF, 65 and 41. RGB value is (207,101,65). Sum of RGB (Red+Green+Blue) = 207+101+65=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6541 is #309ABE. Grayscale: #808080. Windows color (decimal): -3185343 or 4285903. OLE color: 4285903.
HSL color Cylindrical-coordinate representation of color #CF6541: hue angle of 15.21º 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 #CF6541 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 65 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.19 |
| HSL | 15.21º | 0.6% | 0.53% | - |
| HSV(B) | 15.21º | 0.69% | 0.81% | - |
| XYZ | 31.34 | 22.95 | 7.78 | - |
| YUV | 128.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 65 | 0 | 0.51 | 0.69 | 0.19 | 15.21 | 0.6 | 0.53 |
| Hex | CF | 65 | 41 | 0 | 33 | 45 | 13 | F | 3C | 35 |
| Octal | 317 | 145 | 101 | 0 | 63 | 105 | 23 | 17 | 74 | 65 |
| Binary | 11001111 | 1100101 | 1000001 | 0 | 110011 | 1000101 | 10011 | 1111 | 111100 | 110101 |
Color Harmonies of #CF6541
Complementary color
Monochromatic Colors of #CF6541
Black with #CF6541
Text Example
Text Example
White with #CF6541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6541; }
p { color: rgb(207,101,65); }
H1.HeaderClassName
{
color: #CF6541;
}
.AnyTagClassName
{
color: #CF6541;
}
</style>
background-color css
<style>
a { background-color: #CF6541; }
a { background-color: rgb(207,101,65); }
div.DivClassName
{
background-color: #CF6541;
}
.BgClassName
{
background-color: #CF6541;
}
</style>
border-color css
<style>
span { border-color: #CF6541; }
span { border-color: rgb(207,101,65); }
td.TdClassName
{
border-color: #CF6541;
}
.TagClassName
{
border-color: #CF6541;
}
</style>