Shades of Cabaret #CF5670
Tints of Cabaret #CF5670
RGB
CMYK
RGB Variations
Color information
#CF5670 (or 0xCF5670) is known color: Cabaret. HEX triplet: CF, 56 and 70. RGB value is (207,86,112). Sum of RGB (Red+Green+Blue) = 207+86+112=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5670 is #30A98F. Grayscale: #7D7D7D. Windows color (decimal): -3189136 or 7362255. OLE color: 7362255.
HSL color Cylindrical-coordinate representation of color #CF5670: hue angle of 347.11º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5670 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 112 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.19 |
| HSL | 347.11º | 0.56% | 0.57% | - |
| HSV(B) | 347.11º | 0.58% | 0.81% | - |
| XYZ | 31.98 | 21.09 | 17.71 | - |
| YUV | 125.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 112 | 0 | 0.58 | 0.46 | 0.19 | 347.11 | 0.56 | 0.57 |
| Hex | CF | 56 | 70 | 0 | 3A | 2E | 13 | 15B | 38 | 39 |
| Octal | 317 | 126 | 160 | 0 | 72 | 56 | 23 | 533 | 70 | 71 |
| Binary | 11001111 | 1010110 | 1110000 | 0 | 111010 | 101110 | 10011 | 101011011 | 111000 | 111001 |
Color Harmonies of #CF5670
Complementary color
Monochromatic Colors of #CF5670
Black with #CF5670
Text Example
Text Example
White with #CF5670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5670; }
p { color: rgb(207,86,112); }
H1.HeaderClassName
{
color: #CF5670;
}
.AnyTagClassName
{
color: #CF5670;
}
</style>
background-color css
<style>
a { background-color: #CF5670; }
a { background-color: rgb(207,86,112); }
div.DivClassName
{
background-color: #CF5670;
}
.BgClassName
{
background-color: #CF5670;
}
</style>
border-color css
<style>
span { border-color: #CF5670; }
span { border-color: rgb(207,86,112); }
td.TdClassName
{
border-color: #CF5670;
}
.TagClassName
{
border-color: #CF5670;
}
</style>