Shades of Cabaret #CF5471
Tints of Cabaret #CF5471
RGB
CMYK
RGB Variations
Color information
#CF5471 (or 0xCF5471) is known color: Cabaret. HEX triplet: CF, 54 and 71. RGB value is (207,84,113). Sum of RGB (Red+Green+Blue) = 207+84+113=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5471 is #30AB8E. Grayscale: #7C7C7C. Windows color (decimal): -3189647 or 7427279. OLE color: 7427279.
HSL color Cylindrical-coordinate representation of color #CF5471: hue angle of 345.85º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5471 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 113 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.19 |
| HSL | 345.85º | 0.56% | 0.57% | - |
| HSV(B) | 345.85º | 0.59% | 0.81% | - |
| XYZ | 31.88 | 20.8 | 17.96 | - |
| YUV | 124.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 113 | 0 | 0.59 | 0.45 | 0.19 | 345.85 | 0.56 | 0.57 |
| Hex | CF | 54 | 71 | 0 | 3B | 2D | 13 | 15A | 38 | 39 |
| Octal | 317 | 124 | 161 | 0 | 73 | 55 | 23 | 532 | 70 | 71 |
| Binary | 11001111 | 1010100 | 1110001 | 0 | 111011 | 101101 | 10011 | 101011010 | 111000 | 111001 |
Color Harmonies of #CF5471
Complementary color
Monochromatic Colors of #CF5471
Black with #CF5471
Text Example
Text Example
White with #CF5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5471; }
p { color: rgb(207,84,113); }
H1.HeaderClassName
{
color: #CF5471;
}
.AnyTagClassName
{
color: #CF5471;
}
</style>
background-color css
<style>
a { background-color: #CF5471; }
a { background-color: rgb(207,84,113); }
div.DivClassName
{
background-color: #CF5471;
}
.BgClassName
{
background-color: #CF5471;
}
</style>
border-color css
<style>
span { border-color: #CF5471; }
span { border-color: rgb(207,84,113); }
td.TdClassName
{
border-color: #CF5471;
}
.TagClassName
{
border-color: #CF5471;
}
</style>