Shades of Cabaret #CF566C
Tints of Cabaret #CF566C
RGB
CMYK
RGB Variations
Color information
#CF566C (or 0xCF566C) is known color: Cabaret. HEX triplet: CF, 56 and 6C. RGB value is (207,86,108). Sum of RGB (Red+Green+Blue) = 207+86+108=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF566C is #30A993. Grayscale: #7C7C7C. Windows color (decimal): -3189140 or 7100111. OLE color: 7100111.
HSL color Cylindrical-coordinate representation of color #CF566C: hue angle of 349.09º 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 #CF566C is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 108 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.19 |
| HSL | 349.09º | 0.56% | 0.57% | - |
| HSV(B) | 349.09º | 0.58% | 0.81% | - |
| XYZ | 31.77 | 21 | 16.57 | - |
| YUV | 124.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 108 | 0 | 0.58 | 0.48 | 0.19 | 349.09 | 0.56 | 0.57 |
| Hex | CF | 56 | 6C | 0 | 3A | 30 | 13 | 15D | 38 | 39 |
| Octal | 317 | 126 | 154 | 0 | 72 | 60 | 23 | 535 | 70 | 71 |
| Binary | 11001111 | 1010110 | 1101100 | 0 | 111010 | 110000 | 10011 | 101011101 | 111000 | 111001 |
Color Harmonies of #CF566C
Complementary color
Monochromatic Colors of #CF566C
Black with #CF566C
Text Example
Text Example
White with #CF566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF566C; }
p { color: rgb(207,86,108); }
H1.HeaderClassName
{
color: #CF566C;
}
.AnyTagClassName
{
color: #CF566C;
}
</style>
background-color css
<style>
a { background-color: #CF566C; }
a { background-color: rgb(207,86,108); }
div.DivClassName
{
background-color: #CF566C;
}
.BgClassName
{
background-color: #CF566C;
}
</style>
border-color css
<style>
span { border-color: #CF566C; }
span { border-color: rgb(207,86,108); }
td.TdClassName
{
border-color: #CF566C;
}
.TagClassName
{
border-color: #CF566C;
}
</style>