Shades of Ecstasy #CF6536
Tints of Ecstasy #CF6536
RGB
CMYK
RGB Variations
Color information
#CF6536 (or 0xCF6536) is known color: Ecstasy. HEX triplet: CF, 65 and 36. RGB value is (207,101,54). Sum of RGB (Red+Green+Blue) = 207+101+54=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6536 is #309AC9. Grayscale: #7F7F7F. Windows color (decimal): -3185354 or 3565007. OLE color: 3565007.
HSL color Cylindrical-coordinate representation of color #CF6536: hue angle of 18.43º degrees, saturation: 0.61, 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 #CF6536 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 54 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.19 |
| HSL | 18.43º | 0.61% | 0.51% | - |
| HSV(B) | 18.43º | 0.74% | 0.81% | - |
| XYZ | 31.05 | 22.84 | 6.26 | - |
| YUV | 127.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 54 | 0 | 0.51 | 0.74 | 0.19 | 18.43 | 0.61 | 0.51 |
| Hex | CF | 65 | 36 | 0 | 33 | 4A | 13 | 12 | 3D | 33 |
| Octal | 317 | 145 | 66 | 0 | 63 | 112 | 23 | 22 | 75 | 63 |
| Binary | 11001111 | 1100101 | 110110 | 0 | 110011 | 1001010 | 10011 | 10010 | 111101 | 110011 |
Color Harmonies of #CF6536
Complementary color
Monochromatic Colors of #CF6536
Black with #CF6536
Text Example
Text Example
White with #CF6536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6536; }
p { color: rgb(207,101,54); }
H1.HeaderClassName
{
color: #CF6536;
}
.AnyTagClassName
{
color: #CF6536;
}
</style>
background-color css
<style>
a { background-color: #CF6536; }
a { background-color: rgb(207,101,54); }
div.DivClassName
{
background-color: #CF6536;
}
.BgClassName
{
background-color: #CF6536;
}
</style>
border-color css
<style>
span { border-color: #CF6536; }
span { border-color: rgb(207,101,54); }
td.TdClassName
{
border-color: #CF6536;
}
.TagClassName
{
border-color: #CF6536;
}
</style>