Shades of Cabaret #CF5877
Tints of Cabaret #CF5877
RGB
CMYK
RGB Variations
Color information
#CF5877 (or 0xCF5877) is known color: Cabaret. HEX triplet: CF, 58 and 77. RGB value is (207,88,119). Sum of RGB (Red+Green+Blue) = 207+88+119=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5877 is #30A788. Grayscale: #7F7F7F. Windows color (decimal): -3188617 or 7821519. OLE color: 7821519.
HSL color Cylindrical-coordinate representation of color #CF5877: hue angle of 344.37º 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 #CF5877 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 119 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.19 |
| HSL | 344.37º | 0.55% | 0.58% | - |
| HSV(B) | 344.37º | 0.57% | 0.81% | - |
| XYZ | 32.55 | 21.58 | 19.9 | - |
| YUV | 127.12 | 123.42 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 119 | 0 | 0.57 | 0.43 | 0.19 | 344.37 | 0.55 | 0.58 |
| Hex | CF | 58 | 77 | 0 | 39 | 2B | 13 | 158 | 37 | 3A |
| Octal | 317 | 130 | 167 | 0 | 71 | 53 | 23 | 530 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1110111 | 0 | 111001 | 101011 | 10011 | 101011000 | 110111 | 111010 |
Color Harmonies of #CF5877
Complementary color
Monochromatic Colors of #CF5877
Black with #CF5877
Text Example
Text Example
White with #CF5877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5877; }
p { color: rgb(207,88,119); }
H1.HeaderClassName
{
color: #CF5877;
}
.AnyTagClassName
{
color: #CF5877;
}
</style>
background-color css
<style>
a { background-color: #CF5877; }
a { background-color: rgb(207,88,119); }
div.DivClassName
{
background-color: #CF5877;
}
.BgClassName
{
background-color: #CF5877;
}
</style>
border-color css
<style>
span { border-color: #CF5877; }
span { border-color: rgb(207,88,119); }
td.TdClassName
{
border-color: #CF5877;
}
.TagClassName
{
border-color: #CF5877;
}
</style>