Shades of Cabaret #CF5671
Tints of Cabaret #CF5671
RGB
CMYK
RGB Variations
Color information
#CF5671 (or 0xCF5671) is known color: Cabaret. HEX triplet: CF, 56 and 71. RGB value is (207,86,113). Sum of RGB (Red+Green+Blue) = 207+86+113=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5671 is #30A98E. Grayscale: #7D7D7D. Windows color (decimal): -3189135 or 7427791. OLE color: 7427791.
HSL color Cylindrical-coordinate representation of color #CF5671: hue angle of 346.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5671 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 113 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.19 |
| HSL | 346.61º | 0.56% | 0.57% | - |
| HSV(B) | 346.61º | 0.58% | 0.81% | - |
| XYZ | 32.04 | 21.11 | 18.01 | - |
| YUV | 125.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 113 | 0 | 0.58 | 0.45 | 0.19 | 346.61 | 0.56 | 0.57 |
| Hex | CF | 56 | 71 | 0 | 3A | 2D | 13 | 15B | 38 | 39 |
| Octal | 317 | 126 | 161 | 0 | 72 | 55 | 23 | 533 | 70 | 71 |
| Binary | 11001111 | 1010110 | 1110001 | 0 | 111010 | 101101 | 10011 | 101011011 | 111000 | 111001 |
Color Harmonies of #CF5671
Complementary color
Monochromatic Colors of #CF5671
Black with #CF5671
Text Example
Text Example
White with #CF5671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5671; }
p { color: rgb(207,86,113); }
H1.HeaderClassName
{
color: #CF5671;
}
.AnyTagClassName
{
color: #CF5671;
}
</style>
background-color css
<style>
a { background-color: #CF5671; }
a { background-color: rgb(207,86,113); }
div.DivClassName
{
background-color: #CF5671;
}
.BgClassName
{
background-color: #CF5671;
}
</style>
border-color css
<style>
span { border-color: #CF5671; }
span { border-color: rgb(207,86,113); }
td.TdClassName
{
border-color: #CF5671;
}
.TagClassName
{
border-color: #CF5671;
}
</style>