Shades of Cabaret #CF566B
Tints of Cabaret #CF566B
RGB
CMYK
RGB Variations
Color information
#CF566B (or 0xCF566B) is known color: Cabaret. HEX triplet: CF, 56 and 6B. RGB value is (207,86,107). Sum of RGB (Red+Green+Blue) = 207+86+107=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF566B is #30A994. Grayscale: #7C7C7C. Windows color (decimal): -3189141 or 7034575. OLE color: 7034575.
HSL color Cylindrical-coordinate representation of color #CF566B: hue angle of 349.59º 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 #CF566B is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 107 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.19 |
| HSL | 349.59º | 0.56% | 0.57% | - |
| HSV(B) | 349.59º | 0.58% | 0.81% | - |
| XYZ | 31.71 | 20.98 | 16.29 | - |
| YUV | 124.57 | 118.09 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 107 | 0 | 0.58 | 0.48 | 0.19 | 349.59 | 0.56 | 0.57 |
| Hex | CF | 56 | 6B | 0 | 3A | 30 | 13 | 15E | 38 | 39 |
| Octal | 317 | 126 | 153 | 0 | 72 | 60 | 23 | 536 | 70 | 71 |
| Binary | 11001111 | 1010110 | 1101011 | 0 | 111010 | 110000 | 10011 | 101011110 | 111000 | 111001 |
Color Harmonies of #CF566B
Complementary color
Monochromatic Colors of #CF566B
Black with #CF566B
Text Example
Text Example
White with #CF566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF566B; }
p { color: rgb(207,86,107); }
H1.HeaderClassName
{
color: #CF566B;
}
.AnyTagClassName
{
color: #CF566B;
}
</style>
background-color css
<style>
a { background-color: #CF566B; }
a { background-color: rgb(207,86,107); }
div.DivClassName
{
background-color: #CF566B;
}
.BgClassName
{
background-color: #CF566B;
}
</style>
border-color css
<style>
span { border-color: #CF566B; }
span { border-color: rgb(207,86,107); }
td.TdClassName
{
border-color: #CF566B;
}
.TagClassName
{
border-color: #CF566B;
}
</style>