Shades of Ecstasy #CF6A3E
Tints of Ecstasy #CF6A3E
RGB
CMYK
RGB Variations
Color information
#CF6A3E (or 0xCF6A3E) is known color: Ecstasy. HEX triplet: CF, 6A and 3E. RGB value is (207,106,62). Sum of RGB (Red+Green+Blue) = 207+106+62=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A3E is #3095C1. Grayscale: #838383. Windows color (decimal): -3184066 or 4090575. OLE color: 4090575.
HSL color Cylindrical-coordinate representation of color #CF6A3E: hue angle of 18.21º 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 #CF6A3E is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 62 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.19 |
| HSL | 18.21º | 0.6% | 0.53% | - |
| HSV(B) | 18.21º | 0.7% | 0.81% | - |
| XYZ | 31.76 | 23.92 | 7.5 | - |
| YUV | 131.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 62 | 0 | 0.49 | 0.70 | 0.19 | 18.21 | 0.6 | 0.53 |
| Hex | CF | 6A | 3E | 0 | 31 | 46 | 13 | 12 | 3C | 35 |
| Octal | 317 | 152 | 76 | 0 | 61 | 106 | 23 | 22 | 74 | 65 |
| Binary | 11001111 | 1101010 | 111110 | 0 | 110001 | 1000110 | 10011 | 10010 | 111100 | 110101 |
Color Harmonies of #CF6A3E
Complementary color
Monochromatic Colors of #CF6A3E
Black with #CF6A3E
Text Example
Text Example
White with #CF6A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A3E; }
p { color: rgb(207,106,62); }
H1.HeaderClassName
{
color: #CF6A3E;
}
.AnyTagClassName
{
color: #CF6A3E;
}
</style>
background-color css
<style>
a { background-color: #CF6A3E; }
a { background-color: rgb(207,106,62); }
div.DivClassName
{
background-color: #CF6A3E;
}
.BgClassName
{
background-color: #CF6A3E;
}
</style>
border-color css
<style>
span { border-color: #CF6A3E; }
span { border-color: rgb(207,106,62); }
td.TdClassName
{
border-color: #CF6A3E;
}
.TagClassName
{
border-color: #CF6A3E;
}
</style>