Shades of Ecstasy #CF633F
Tints of Ecstasy #CF633F
RGB
CMYK
RGB Variations
Color information
#CF633F (or 0xCF633F) is known color: Ecstasy. HEX triplet: CF, 63 and 3F. RGB value is (207,99,63). Sum of RGB (Red+Green+Blue) = 207+99+63=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF633F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF633F is #309CC0. Grayscale: #7F7F7F. Windows color (decimal): -3185857 or 4154319. OLE color: 4154319.
HSL color Cylindrical-coordinate representation of color #CF633F: hue angle of 15º 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 #CF633F is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 63 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.19 |
| HSL | 15º | 0.6% | 0.53% | - |
| HSV(B) | 15º | 0.7% | 0.81% | - |
| XYZ | 31.09 | 22.55 | 7.42 | - |
| YUV | 127.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 63 | 0 | 0.52 | 0.70 | 0.19 | 15 | 0.6 | 0.53 |
| Hex | CF | 63 | 3F | 0 | 34 | 46 | 13 | F | 3C | 35 |
| Octal | 317 | 143 | 77 | 0 | 64 | 106 | 23 | 17 | 74 | 65 |
| Binary | 11001111 | 1100011 | 111111 | 0 | 110100 | 1000110 | 10011 | 1111 | 111100 | 110101 |
Color Harmonies of #CF633F
Complementary color
Monochromatic Colors of #CF633F
Black with #CF633F
Text Example
Text Example
White with #CF633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF633F; }
p { color: rgb(207,99,63); }
H1.HeaderClassName
{
color: #CF633F;
}
.AnyTagClassName
{
color: #CF633F;
}
</style>
background-color css
<style>
a { background-color: #CF633F; }
a { background-color: rgb(207,99,63); }
div.DivClassName
{
background-color: #CF633F;
}
.BgClassName
{
background-color: #CF633F;
}
</style>
border-color css
<style>
span { border-color: #CF633F; }
span { border-color: rgb(207,99,63); }
td.TdClassName
{
border-color: #CF633F;
}
.TagClassName
{
border-color: #CF633F;
}
</style>