Shades of Ecstasy #CF663C
Tints of Ecstasy #CF663C
RGB
CMYK
RGB Variations
Color information
#CF663C (or 0xCF663C) is known color: Ecstasy. HEX triplet: CF, 66 and 3C. RGB value is (207,102,60). Sum of RGB (Red+Green+Blue) = 207+102+60=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF663C is #3099C3. Grayscale: #808080. Windows color (decimal): -3185092 or 3958479. OLE color: 3958479.
HSL color Cylindrical-coordinate representation of color #CF663C: hue angle of 17.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF663C is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 60 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.19 |
| HSL | 17.14º | 0.6% | 0.52% | - |
| HSV(B) | 17.14º | 0.71% | 0.81% | - |
| XYZ | 31.3 | 23.09 | 7.08 | - |
| YUV | 128.61 | 89.29 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 60 | 0 | 0.51 | 0.71 | 0.19 | 17.14 | 0.6 | 0.52 |
| Hex | CF | 66 | 3C | 0 | 33 | 47 | 13 | 11 | 3C | 34 |
| Octal | 317 | 146 | 74 | 0 | 63 | 107 | 23 | 21 | 74 | 64 |
| Binary | 11001111 | 1100110 | 111100 | 0 | 110011 | 1000111 | 10011 | 10001 | 111100 | 110100 |
Color Harmonies of #CF663C
Complementary color
Monochromatic Colors of #CF663C
Black with #CF663C
Text Example
Text Example
White with #CF663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF663C; }
p { color: rgb(207,102,60); }
H1.HeaderClassName
{
color: #CF663C;
}
.AnyTagClassName
{
color: #CF663C;
}
</style>
background-color css
<style>
a { background-color: #CF663C; }
a { background-color: rgb(207,102,60); }
div.DivClassName
{
background-color: #CF663C;
}
.BgClassName
{
background-color: #CF663C;
}
</style>
border-color css
<style>
span { border-color: #CF663C; }
span { border-color: rgb(207,102,60); }
td.TdClassName
{
border-color: #CF663C;
}
.TagClassName
{
border-color: #CF663C;
}
</style>