Shades of Cabaret #CF5366
Tints of Cabaret #CF5366
RGB
CMYK
RGB Variations
Color information
#CF5366 (or 0xCF5366) is known color: Cabaret. HEX triplet: CF, 53 and 66. RGB value is (207,83,102). Sum of RGB (Red+Green+Blue) = 207+83+102=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5366 is #30AC99. Grayscale: #7A7A7A. Windows color (decimal): -3189914 or 6706127. OLE color: 6706127.
HSL color Cylindrical-coordinate representation of color #CF5366: hue angle of 350.81º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5366 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 102 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.19 |
| HSL | 350.81º | 0.56% | 0.57% | - |
| HSV(B) | 350.81º | 0.6% | 0.81% | - |
| XYZ | 31.22 | 20.41 | 14.86 | - |
| YUV | 122.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 102 | 0 | 0.60 | 0.51 | 0.19 | 350.81 | 0.56 | 0.57 |
| Hex | CF | 53 | 66 | 0 | 3C | 33 | 13 | 15F | 38 | 39 |
| Octal | 317 | 123 | 146 | 0 | 74 | 63 | 23 | 537 | 70 | 71 |
| Binary | 11001111 | 1010011 | 1100110 | 0 | 111100 | 110011 | 10011 | 101011111 | 111000 | 111001 |
Color Harmonies of #CF5366
Complementary color
Monochromatic Colors of #CF5366
Black with #CF5366
Text Example
Text Example
White with #CF5366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5366; }
p { color: rgb(207,83,102); }
H1.HeaderClassName
{
color: #CF5366;
}
.AnyTagClassName
{
color: #CF5366;
}
</style>
background-color css
<style>
a { background-color: #CF5366; }
a { background-color: rgb(207,83,102); }
div.DivClassName
{
background-color: #CF5366;
}
.BgClassName
{
background-color: #CF5366;
}
</style>
border-color css
<style>
span { border-color: #CF5366; }
span { border-color: rgb(207,83,102); }
td.TdClassName
{
border-color: #CF5366;
}
.TagClassName
{
border-color: #CF5366;
}
</style>