Shades of Ecstasy #CF653B
Tints of Ecstasy #CF653B
RGB
CMYK
RGB Variations
Color information
#CF653B (or 0xCF653B) is known color: Ecstasy. HEX triplet: CF, 65 and 3B. RGB value is (207,101,59). Sum of RGB (Red+Green+Blue) = 207+101+59=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF653B is #309AC4. Grayscale: #808080. Windows color (decimal): -3185349 or 3892687. OLE color: 3892687.
HSL color Cylindrical-coordinate representation of color #CF653B: hue angle of 17.03º degrees, saturation: 0.61, 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 #CF653B is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 59 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.19 |
| HSL | 17.03º | 0.61% | 0.52% | - |
| HSV(B) | 17.03º | 0.71% | 0.81% | - |
| XYZ | 31.18 | 22.89 | 6.91 | - |
| YUV | 127.91 | 89.12 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 59 | 0 | 0.51 | 0.71 | 0.19 | 17.03 | 0.61 | 0.52 |
| Hex | CF | 65 | 3B | 0 | 33 | 47 | 13 | 11 | 3D | 34 |
| Octal | 317 | 145 | 73 | 0 | 63 | 107 | 23 | 21 | 75 | 64 |
| Binary | 11001111 | 1100101 | 111011 | 0 | 110011 | 1000111 | 10011 | 10001 | 111101 | 110100 |
Color Harmonies of #CF653B
Complementary color
Monochromatic Colors of #CF653B
Black with #CF653B
Text Example
Text Example
White with #CF653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF653B; }
p { color: rgb(207,101,59); }
H1.HeaderClassName
{
color: #CF653B;
}
.AnyTagClassName
{
color: #CF653B;
}
</style>
background-color css
<style>
a { background-color: #CF653B; }
a { background-color: rgb(207,101,59); }
div.DivClassName
{
background-color: #CF653B;
}
.BgClassName
{
background-color: #CF653B;
}
</style>
border-color css
<style>
span { border-color: #CF653B; }
span { border-color: rgb(207,101,59); }
td.TdClassName
{
border-color: #CF653B;
}
.TagClassName
{
border-color: #CF653B;
}
</style>