Shades of Ecstasy #CF653C
Tints of Ecstasy #CF653C
RGB
CMYK
RGB Variations
Color information
#CF653C (or 0xCF653C) is known color: Ecstasy. HEX triplet: CF, 65 and 3C. RGB value is (207,101,60). Sum of RGB (Red+Green+Blue) = 207+101+60=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF653C is #309AC3. Grayscale: #808080. Windows color (decimal): -3185348 or 3958223. OLE color: 3958223.
HSL color Cylindrical-coordinate representation of color #CF653C: hue angle of 16.73º 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 #CF653C is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 60 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.19 |
| HSL | 16.73º | 0.6% | 0.52% | - |
| HSV(B) | 16.73º | 0.71% | 0.81% | - |
| XYZ | 31.2 | 22.9 | 7.05 | - |
| YUV | 128.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 60 | 0 | 0.51 | 0.71 | 0.19 | 16.73 | 0.6 | 0.52 |
| Hex | CF | 65 | 3C | 0 | 33 | 47 | 13 | 11 | 3C | 34 |
| Octal | 317 | 145 | 74 | 0 | 63 | 107 | 23 | 21 | 74 | 64 |
| Binary | 11001111 | 1100101 | 111100 | 0 | 110011 | 1000111 | 10011 | 10001 | 111100 | 110100 |
Color Harmonies of #CF653C
Complementary color
Monochromatic Colors of #CF653C
Black with #CF653C
Text Example
Text Example
White with #CF653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF653C; }
p { color: rgb(207,101,60); }
H1.HeaderClassName
{
color: #CF653C;
}
.AnyTagClassName
{
color: #CF653C;
}
</style>
background-color css
<style>
a { background-color: #CF653C; }
a { background-color: rgb(207,101,60); }
div.DivClassName
{
background-color: #CF653C;
}
.BgClassName
{
background-color: #CF653C;
}
</style>
border-color css
<style>
span { border-color: #CF653C; }
span { border-color: rgb(207,101,60); }
td.TdClassName
{
border-color: #CF653C;
}
.TagClassName
{
border-color: #CF653C;
}
</style>