Shades of Ecstasy #CF6735
Tints of Ecstasy #CF6735
RGB
CMYK
RGB Variations
Color information
#CF6735 (or 0xCF6735) is known color: Ecstasy. HEX triplet: CF, 67 and 35. RGB value is (207,103,53). Sum of RGB (Red+Green+Blue) = 207+103+53=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6735 is #3098CA. Grayscale: #808080. Windows color (decimal): -3184843 or 3499983. OLE color: 3499983.
HSL color Cylindrical-coordinate representation of color #CF6735: hue angle of 19.48º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF6735 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 53 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.19 |
| HSL | 19.48º | 0.62% | 0.51% | - |
| HSV(B) | 19.48º | 0.74% | 0.81% | - |
| XYZ | 31.22 | 23.22 | 6.2 | - |
| YUV | 128.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 53 | 0 | 0.50 | 0.74 | 0.19 | 19.48 | 0.62 | 0.51 |
| Hex | CF | 67 | 35 | 0 | 32 | 4A | 13 | 13 | 3E | 33 |
| Octal | 317 | 147 | 65 | 0 | 62 | 112 | 23 | 23 | 76 | 63 |
| Binary | 11001111 | 1100111 | 110101 | 0 | 110010 | 1001010 | 10011 | 10011 | 111110 | 110011 |
Color Harmonies of #CF6735
Complementary color
Monochromatic Colors of #CF6735
Black with #CF6735
Text Example
Text Example
White with #CF6735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6735; }
p { color: rgb(207,103,53); }
H1.HeaderClassName
{
color: #CF6735;
}
.AnyTagClassName
{
color: #CF6735;
}
</style>
background-color css
<style>
a { background-color: #CF6735; }
a { background-color: rgb(207,103,53); }
div.DivClassName
{
background-color: #CF6735;
}
.BgClassName
{
background-color: #CF6735;
}
</style>
border-color css
<style>
span { border-color: #CF6735; }
span { border-color: rgb(207,103,53); }
td.TdClassName
{
border-color: #CF6735;
}
.TagClassName
{
border-color: #CF6735;
}
</style>