Shades of Cabaret #CF5472
Tints of Cabaret #CF5472
RGB
CMYK
RGB Variations
Color information
#CF5472 (or 0xCF5472) is known color: Cabaret. HEX triplet: CF, 54 and 72. RGB value is (207,84,114). Sum of RGB (Red+Green+Blue) = 207+84+114=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5472 is #30AB8D. Grayscale: #7C7C7C. Windows color (decimal): -3189646 or 7492815. OLE color: 7492815.
HSL color Cylindrical-coordinate representation of color #CF5472: hue angle of 345.37º 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 #CF5472 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 114 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.19 |
| HSL | 345.37º | 0.56% | 0.57% | - |
| HSV(B) | 345.37º | 0.59% | 0.81% | - |
| XYZ | 31.94 | 20.82 | 18.26 | - |
| YUV | 124.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 114 | 0 | 0.59 | 0.45 | 0.19 | 345.37 | 0.56 | 0.57 |
| Hex | CF | 54 | 72 | 0 | 3B | 2D | 13 | 159 | 38 | 39 |
| Octal | 317 | 124 | 162 | 0 | 73 | 55 | 23 | 531 | 70 | 71 |
| Binary | 11001111 | 1010100 | 1110010 | 0 | 111011 | 101101 | 10011 | 101011001 | 111000 | 111001 |
Color Harmonies of #CF5472
Complementary color
Monochromatic Colors of #CF5472
Black with #CF5472
Text Example
Text Example
White with #CF5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5472; }
p { color: rgb(207,84,114); }
H1.HeaderClassName
{
color: #CF5472;
}
.AnyTagClassName
{
color: #CF5472;
}
</style>
background-color css
<style>
a { background-color: #CF5472; }
a { background-color: rgb(207,84,114); }
div.DivClassName
{
background-color: #CF5472;
}
.BgClassName
{
background-color: #CF5472;
}
</style>
border-color css
<style>
span { border-color: #CF5472; }
span { border-color: rgb(207,84,114); }
td.TdClassName
{
border-color: #CF5472;
}
.TagClassName
{
border-color: #CF5472;
}
</style>