Shades of Cabaret #CF596B
Tints of Cabaret #CF596B
RGB
CMYK
RGB Variations
Color information
#CF596B (or 0xCF596B) is known color: Cabaret. HEX triplet: CF, 59 and 6B. RGB value is (207,89,107). Sum of RGB (Red+Green+Blue) = 207+89+107=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF596B is #30A694. Grayscale: #7E7E7E. Windows color (decimal): -3188373 or 7035343. OLE color: 7035343.
HSL color Cylindrical-coordinate representation of color #CF596B: hue angle of 350.85º 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 #CF596B is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 107 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.19 |
| HSL | 350.85º | 0.55% | 0.58% | - |
| HSV(B) | 350.85º | 0.57% | 0.81% | - |
| XYZ | 31.96 | 21.47 | 16.37 | - |
| YUV | 126.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 107 | 0 | 0.57 | 0.48 | 0.19 | 350.85 | 0.55 | 0.58 |
| Hex | CF | 59 | 6B | 0 | 39 | 30 | 13 | 15F | 37 | 3A |
| Octal | 317 | 131 | 153 | 0 | 71 | 60 | 23 | 537 | 67 | 72 |
| Binary | 11001111 | 1011001 | 1101011 | 0 | 111001 | 110000 | 10011 | 101011111 | 110111 | 111010 |
Color Harmonies of #CF596B
Complementary color
Monochromatic Colors of #CF596B
Black with #CF596B
Text Example
Text Example
White with #CF596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF596B; }
p { color: rgb(207,89,107); }
H1.HeaderClassName
{
color: #CF596B;
}
.AnyTagClassName
{
color: #CF596B;
}
</style>
background-color css
<style>
a { background-color: #CF596B; }
a { background-color: rgb(207,89,107); }
div.DivClassName
{
background-color: #CF596B;
}
.BgClassName
{
background-color: #CF596B;
}
</style>
border-color css
<style>
span { border-color: #CF596B; }
span { border-color: rgb(207,89,107); }
td.TdClassName
{
border-color: #CF596B;
}
.TagClassName
{
border-color: #CF596B;
}
</style>