Shades of Ecstasy #CF663F
Tints of Ecstasy #CF663F
RGB
CMYK
RGB Variations
Color information
#CF663F (or 0xCF663F) is known color: Ecstasy. HEX triplet: CF, 66 and 3F. RGB value is (207,102,63). Sum of RGB (Red+Green+Blue) = 207+102+63=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF663F is #3099C0. Grayscale: #818181. Windows color (decimal): -3185089 or 4155087. OLE color: 4155087.
HSL color Cylindrical-coordinate representation of color #CF663F: hue angle of 16.25º 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 #CF663F is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 63 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.19 |
| HSL | 16.25º | 0.6% | 0.53% | - |
| HSV(B) | 16.25º | 0.7% | 0.81% | - |
| XYZ | 31.38 | 23.13 | 7.51 | - |
| YUV | 128.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 63 | 0 | 0.51 | 0.70 | 0.19 | 16.25 | 0.6 | 0.53 |
| Hex | CF | 66 | 3F | 0 | 33 | 46 | 13 | 10 | 3C | 35 |
| Octal | 317 | 146 | 77 | 0 | 63 | 106 | 23 | 20 | 74 | 65 |
| Binary | 11001111 | 1100110 | 111111 | 0 | 110011 | 1000110 | 10011 | 10000 | 111100 | 110101 |
Color Harmonies of #CF663F
Complementary color
Monochromatic Colors of #CF663F
Black with #CF663F
Text Example
Text Example
White with #CF663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF663F; }
p { color: rgb(207,102,63); }
H1.HeaderClassName
{
color: #CF663F;
}
.AnyTagClassName
{
color: #CF663F;
}
</style>
background-color css
<style>
a { background-color: #CF663F; }
a { background-color: rgb(207,102,63); }
div.DivClassName
{
background-color: #CF663F;
}
.BgClassName
{
background-color: #CF663F;
}
</style>
border-color css
<style>
span { border-color: #CF663F; }
span { border-color: rgb(207,102,63); }
td.TdClassName
{
border-color: #CF663F;
}
.TagClassName
{
border-color: #CF663F;
}
</style>