Shades of Cabaret #CF566E
Tints of Cabaret #CF566E
RGB
CMYK
RGB Variations
Color information
#CF566E (or 0xCF566E) is known color: Cabaret. HEX triplet: CF, 56 and 6E. RGB value is (207,86,110). Sum of RGB (Red+Green+Blue) = 207+86+110=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF566E is #30A991. Grayscale: #7C7C7C. Windows color (decimal): -3189138 or 7231183. OLE color: 7231183.
HSL color Cylindrical-coordinate representation of color #CF566E: hue angle of 348.1º 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 #CF566E is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 110 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.19 |
| HSL | 348.1º | 0.56% | 0.57% | - |
| HSV(B) | 348.1º | 0.58% | 0.81% | - |
| XYZ | 31.87 | 21.05 | 17.13 | - |
| YUV | 124.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 110 | 0 | 0.58 | 0.47 | 0.19 | 348.1 | 0.56 | 0.57 |
| Hex | CF | 56 | 6E | 0 | 3A | 2F | 13 | 15C | 38 | 39 |
| Octal | 317 | 126 | 156 | 0 | 72 | 57 | 23 | 534 | 70 | 71 |
| Binary | 11001111 | 1010110 | 1101110 | 0 | 111010 | 101111 | 10011 | 101011100 | 111000 | 111001 |
Color Harmonies of #CF566E
Complementary color
Monochromatic Colors of #CF566E
Black with #CF566E
Text Example
Text Example
White with #CF566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF566E; }
p { color: rgb(207,86,110); }
H1.HeaderClassName
{
color: #CF566E;
}
.AnyTagClassName
{
color: #CF566E;
}
</style>
background-color css
<style>
a { background-color: #CF566E; }
a { background-color: rgb(207,86,110); }
div.DivClassName
{
background-color: #CF566E;
}
.BgClassName
{
background-color: #CF566E;
}
</style>
border-color css
<style>
span { border-color: #CF566E; }
span { border-color: rgb(207,86,110); }
td.TdClassName
{
border-color: #CF566E;
}
.TagClassName
{
border-color: #CF566E;
}
</style>