Shades of Cabaret #CF5968
Tints of Cabaret #CF5968
RGB
CMYK
RGB Variations
Color information
#CF5968 (or 0xCF5968) is known color: Cabaret. HEX triplet: CF, 59 and 68. RGB value is (207,89,104). Sum of RGB (Red+Green+Blue) = 207+89+104=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5968 is #30A697. Grayscale: #7E7E7E. Windows color (decimal): -3188376 or 6838735. OLE color: 6838735.
HSL color Cylindrical-coordinate representation of color #CF5968: hue angle of 352.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 #CF5968 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 104 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.19 |
| HSL | 352.37º | 0.55% | 0.58% | - |
| HSV(B) | 352.37º | 0.57% | 0.81% | - |
| XYZ | 31.8 | 21.41 | 15.55 | - |
| YUV | 125.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 104 | 0 | 0.57 | 0.50 | 0.19 | 352.37 | 0.55 | 0.58 |
| Hex | CF | 59 | 68 | 0 | 39 | 32 | 13 | 160 | 37 | 3A |
| Octal | 317 | 131 | 150 | 0 | 71 | 62 | 23 | 540 | 67 | 72 |
| Binary | 11001111 | 1011001 | 1101000 | 0 | 111001 | 110010 | 10011 | 101100000 | 110111 | 111010 |
Color Harmonies of #CF5968
Complementary color
Monochromatic Colors of #CF5968
Black with #CF5968
Text Example
Text Example
White with #CF5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5968; }
p { color: rgb(207,89,104); }
H1.HeaderClassName
{
color: #CF5968;
}
.AnyTagClassName
{
color: #CF5968;
}
</style>
background-color css
<style>
a { background-color: #CF5968; }
a { background-color: rgb(207,89,104); }
div.DivClassName
{
background-color: #CF5968;
}
.BgClassName
{
background-color: #CF5968;
}
</style>
border-color css
<style>
span { border-color: #CF5968; }
span { border-color: rgb(207,89,104); }
td.TdClassName
{
border-color: #CF5968;
}
.TagClassName
{
border-color: #CF5968;
}
</style>