Shades of Cabaret #CF5874
Tints of Cabaret #CF5874
RGB
CMYK
RGB Variations
Color information
#CF5874 (or 0xCF5874) is known color: Cabaret. HEX triplet: CF, 58 and 74. RGB value is (207,88,116). Sum of RGB (Red+Green+Blue) = 207+88+116=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5874 is #30A78B. Grayscale: #7E7E7E. Windows color (decimal): -3188620 or 7624911. OLE color: 7624911.
HSL color Cylindrical-coordinate representation of color #CF5874: hue angle of 345.88º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5874 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 116 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.19 |
| HSL | 345.88º | 0.55% | 0.58% | - |
| HSV(B) | 345.88º | 0.57% | 0.81% | - |
| XYZ | 32.37 | 21.51 | 18.97 | - |
| YUV | 126.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 116 | 0 | 0.57 | 0.44 | 0.19 | 345.88 | 0.55 | 0.58 |
| Hex | CF | 58 | 74 | 0 | 39 | 2C | 13 | 15A | 37 | 3A |
| Octal | 317 | 130 | 164 | 0 | 71 | 54 | 23 | 532 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1110100 | 0 | 111001 | 101100 | 10011 | 101011010 | 110111 | 111010 |
Color Harmonies of #CF5874
Complementary color
Monochromatic Colors of #CF5874
Black with #CF5874
Text Example
Text Example
White with #CF5874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5874; }
p { color: rgb(207,88,116); }
H1.HeaderClassName
{
color: #CF5874;
}
.AnyTagClassName
{
color: #CF5874;
}
</style>
background-color css
<style>
a { background-color: #CF5874; }
a { background-color: rgb(207,88,116); }
div.DivClassName
{
background-color: #CF5874;
}
.BgClassName
{
background-color: #CF5874;
}
</style>
border-color css
<style>
span { border-color: #CF5874; }
span { border-color: rgb(207,88,116); }
td.TdClassName
{
border-color: #CF5874;
}
.TagClassName
{
border-color: #CF5874;
}
</style>