Shades of Cabaret #CF5B72
Tints of Cabaret #CF5B72
RGB
CMYK
RGB Variations
Color information
#CF5B72 (or 0xCF5B72) is known color: Cabaret. HEX triplet: CF, 5B and 72. RGB value is (207,91,114). Sum of RGB (Red+Green+Blue) = 207+91+114=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B72 is #30A48D. Grayscale: #808080. Windows color (decimal): -3187854 or 7494607. OLE color: 7494607.
HSL color Cylindrical-coordinate representation of color #CF5B72: hue angle of 348.1º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5B72 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 114 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.19 |
| HSL | 348.1º | 0.55% | 0.58% | - |
| HSV(B) | 348.1º | 0.56% | 0.81% | - |
| XYZ | 32.51 | 21.96 | 18.45 | - |
| YUV | 128.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 114 | 0 | 0.56 | 0.45 | 0.19 | 348.1 | 0.55 | 0.58 |
| Hex | CF | 5B | 72 | 0 | 38 | 2D | 13 | 15C | 37 | 3A |
| Octal | 317 | 133 | 162 | 0 | 70 | 55 | 23 | 534 | 67 | 72 |
| Binary | 11001111 | 1011011 | 1110010 | 0 | 111000 | 101101 | 10011 | 101011100 | 110111 | 111010 |
Color Harmonies of #CF5B72
Complementary color
Monochromatic Colors of #CF5B72
Black with #CF5B72
Text Example
Text Example
White with #CF5B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B72; }
p { color: rgb(207,91,114); }
H1.HeaderClassName
{
color: #CF5B72;
}
.AnyTagClassName
{
color: #CF5B72;
}
</style>
background-color css
<style>
a { background-color: #CF5B72; }
a { background-color: rgb(207,91,114); }
div.DivClassName
{
background-color: #CF5B72;
}
.BgClassName
{
background-color: #CF5B72;
}
</style>
border-color css
<style>
span { border-color: #CF5B72; }
span { border-color: rgb(207,91,114); }
td.TdClassName
{
border-color: #CF5B72;
}
.TagClassName
{
border-color: #CF5B72;
}
</style>