Shades of Cabaret #CF5566
Tints of Cabaret #CF5566
RGB
CMYK
RGB Variations
Color information
#CF5566 (or 0xCF5566) is known color: Cabaret. HEX triplet: CF, 55 and 66. RGB value is (207,85,102). Sum of RGB (Red+Green+Blue) = 207+85+102=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5566 is #30AA99. Grayscale: #7B7B7B. Windows color (decimal): -3189402 or 6706639. OLE color: 6706639.
HSL color Cylindrical-coordinate representation of color #CF5566: hue angle of 351.64º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5566 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 102 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.19 |
| HSL | 351.64º | 0.56% | 0.57% | - |
| HSV(B) | 351.64º | 0.59% | 0.81% | - |
| XYZ | 31.38 | 20.72 | 14.92 | - |
| YUV | 123.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 102 | 0 | 0.59 | 0.51 | 0.19 | 351.64 | 0.56 | 0.57 |
| Hex | CF | 55 | 66 | 0 | 3B | 33 | 13 | 160 | 38 | 39 |
| Octal | 317 | 125 | 146 | 0 | 73 | 63 | 23 | 540 | 70 | 71 |
| Binary | 11001111 | 1010101 | 1100110 | 0 | 111011 | 110011 | 10011 | 101100000 | 111000 | 111001 |
Color Harmonies of #CF5566
Complementary color
Monochromatic Colors of #CF5566
Black with #CF5566
Text Example
Text Example
White with #CF5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5566; }
p { color: rgb(207,85,102); }
H1.HeaderClassName
{
color: #CF5566;
}
.AnyTagClassName
{
color: #CF5566;
}
</style>
background-color css
<style>
a { background-color: #CF5566; }
a { background-color: rgb(207,85,102); }
div.DivClassName
{
background-color: #CF5566;
}
.BgClassName
{
background-color: #CF5566;
}
</style>
border-color css
<style>
span { border-color: #CF5566; }
span { border-color: rgb(207,85,102); }
td.TdClassName
{
border-color: #CF5566;
}
.TagClassName
{
border-color: #CF5566;
}
</style>